#394009

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

Shades of Turtle Green #394009

Tints of Turtle Green #394009

Color information

#394009 (or 0x394009) is unknown color: approx Turtle Green. HEX triplet: 39, 40 and 09. RGB value is (57,64,9). Sum of RGB (Red+Green+Blue) = 57+64+9=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #394009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394009 is #C6BFF6. Grayscale: #373737. Windows color (decimal): -13025271 or 606265. OLE color: 606265.

HSL color Cylindrical-coordinate representation of color #394009: hue angle of 67.64º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #394009 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB57649-
CMYK0.1100.860.75
HSL67.64º75.34%14.31%-
HSV(B)67.64º85.94%25.1%-
XYZ3.574.560.95-
YUV55.64101.68128.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 64 (25.39% from 255) = 49.23%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=43.85%
G=49.23%
B=6.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal576490.1100.860.7567.6475.3414.31
Hex39409B0564B444be
Octal711001113012611310411316
Binary111001100000010011011010101101001011100010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394009; }

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

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

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

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

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

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

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

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