#393912

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

Shades of Turtle Green #393912

Tints of Turtle Green #393912

Color information

#393912 (or 0x393912) is unknown color: approx Turtle Green. HEX triplet: 39, 39 and 12. RGB value is (57,57,18). Sum of RGB (Red+Green+Blue) = 57+57+18=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 57 - color contains mainly: red, green. Hex color #393912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393912 is #C6C6ED. Grayscale: #343434. Windows color (decimal): -13027054 or 1194297. OLE color: 1194297.

HSL color Cylindrical-coordinate representation of color #393912: hue angle of 60º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #393912 is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB575718-
CMYK000.680.78
HSL60º52%14.71%-
HSV(B)60º68.42%22.35%-
XYZ3.263.841.14-
YUV52.55108.5131.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.18%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=43.18%
G=43.18%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal575718000.680.78605214.71
Hex39391200444E3c34f
Octal71712200104116746417
Binary1110011110011001000100010010011101111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393912; }

 p { color: rgb(57,57,18); }

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

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

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

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

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

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

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