#38b44f

Color #38B44F Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #38B44F

Tints of Chateau Green #38B44F

Color information

#38B44F (or 0x38B44F) is unknown color: approx Chateau Green. HEX triplet: 38, B4 and 4F. RGB value is (56,180,79). Sum of RGB (Red+Green+Blue) = 56+180+79=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #38B44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B44F is #C74BB0. Grayscale: #838383. Windows color (decimal): -13061041 or 5223480. OLE color: 5223480.

HSL color Cylindrical-coordinate representation of color #38B44F: hue angle of 131.13º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B44F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB5618079-
CMYK0.6900.560.29
HSL131.13º52.54%46.27%-
HSV(B)131.13º68.89%70.59%-
XYZ19.3634.0512.95-
YUV131.4198.4274.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 79 (31.25% from 255) = 25.08%
R=17.78%
G=57.14%
B=25.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56180790.6900.560.29131.1352.5446.27
Hex38B44F450381D83352e
Octal70264117105070352036556
Binary111000101101001001111100010101110001110110000011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38b44f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38b44f; }

 p { color: rgb(56,180,79); }

 H1.HeaderClassName
 {
   color: #38b44f;
 }
 .AnyTagClassName
 {
   color: #38b44f;
 }
</style>
background-color css

<style>
 a { background-color: #38b44f; }

 a { background-color: rgb(56,180,79); }

 div.DivClassName
 {
   background-color: #38b44f;
 }
 .BgClassName
 {
   background-color: #38b44f;
 }
</style>
border-color css

<style>
 span { border-color: #38b44f; }

 span { border-color: rgb(56,180,79); }

 td.TdClassName
 {
   border-color: #38b44f;
 }
 .TagClassName
 {
   border-color: #38b44f;
 }
</style>