#394C18

Color #394C18 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #394C18

Tints of Turtle Green #394C18

Color information

#394C18 (or 0x394C18) is unknown color: approx Turtle Green. HEX triplet: 39, 4C and 18. RGB value is (57,76,24). Sum of RGB (Red+Green+Blue) = 57+76+24=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #394C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394C18 is #C6B3E7. Grayscale: #404040. Windows color (decimal): -13022184 or 1592377. OLE color: 1592377.

HSL color Cylindrical-coordinate representation of color #394C18: hue angle of 81.92º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394C18 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB577624-
CMYK0.2500.680.70
HSL81.92º52%19.61%-
HSV(B)81.92º68.42%29.8%-
XYZ4.446.11.81-
YUV64.39105.21122.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 24 (9.77% from 255) = 15.29%
R=36.31%
G=48.41%
B=15.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5776240.2500.680.7081.925219.61
Hex394C181904446523414
Octal71114303101041061226424
Binary11100110011001100011001010001001000110101001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394C18; }

 p { color: rgb(57,76,24); }

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

<style>
 a { background-color: #394C18; }

 a { background-color: rgb(57,76,24); }

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

<style>
 span { border-color: #394C18; }

 span { border-color: rgb(57,76,24); }

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