#394C09

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

Shades of Turtle Green #394C09

Tints of Turtle Green #394C09

Color information

#394C09 (or 0x394C09) is unknown color: approx Turtle Green. HEX triplet: 39, 4C and 09. RGB value is (57,76,9). Sum of RGB (Red+Green+Blue) = 57+76+9=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #394C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394C09 is #C6B3F6. Grayscale: #3E3E3E. Windows color (decimal): -13022199 or 609337. OLE color: 609337.

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

Color convert

RGB57769-
CMYK0.2500.880.70
HSL77.01º78.82%16.67%-
HSV(B)77.01º88.16%29.8%-
XYZ4.326.061.2-
YUV62.6897.71123.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.14%
GREEN value IS 76 (30.08% from 255) = 53.52%
BLUE value IS 9 (3.91% from 255) = 6.34%
R=40.14%
G=53.52%
B=6.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal577690.2500.880.7077.0178.8216.67
Hex394C919058464d4f11
Octal711141131013010611511721
Binary11100110011001001110010101100010001101001101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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