#39450C

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

Shades of Turtle Green #39450C

Tints of Turtle Green #39450C

Color information

#39450C (or 0x39450C) is unknown color: approx Turtle Green. HEX triplet: 39, 45 and 0C. RGB value is (57,69,12). Sum of RGB (Red+Green+Blue) = 57+69+12=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 69 (27.34% from 255 or 50% from 138); Blue value is 12 (5.08% from 255 or 8.70% from 138); Max value from RGB is 69 - color contains mainly: green. Hex color #39450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39450C is #C6BAF3. Grayscale: #3B3B3B. Windows color (decimal): -13023988 or 804153. OLE color: 804153.

HSL color Cylindrical-coordinate representation of color #39450C: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #39450C is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB576912-
CMYK0.1700.830.73
HSL72.63º70.37%15.88%-
HSV(B)72.63º82.61%27.06%-
XYZ3.885.151.14-
YUV58.91101.52126.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 69 (27.34% from 255) = 50%
BLUE value IS 12 (5.08% from 255) = 8.70%
R=41.30%
G=50%
B=8.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5769120.1700.830.7372.6370.3715.88
Hex3945C1105349494610
Octal711051421012311111110620
Binary11100110001011100100010101001110010011001001100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39450C; }

 p { color: rgb(57,69,12); }

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

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

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

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

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

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

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