#39440A

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

Shades of Turtle Green #39440A

Tints of Turtle Green #39440A

Color information

#39440A (or 0x39440A) is unknown color: approx Turtle Green. HEX triplet: 39, 44 and 0A. RGB value is (57,68,10). Sum of RGB (Red+Green+Blue) = 57+68+10=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #39440A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39440A is #C6BBF5. Grayscale: #3A3A3A. Windows color (decimal): -13024246 or 672825. OLE color: 672825.

HSL color Cylindrical-coordinate representation of color #39440A: hue angle of 71.38º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #39440A is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.73.

Color convert

RGB576810-
CMYK0.1600.850.73
HSL71.38º74.36%15.29%-
HSV(B)71.38º85.29%26.67%-
XYZ3.815.031.06-
YUV58.1100.86127.22-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 68 (26.95% from 255) = 50.37%
BLUE value IS 10 (4.30% from 255) = 7.41%
R=42.22%
G=50.37%
B=7.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5768100.1600.850.7371.3874.3615.29
Hex3944A1005549474af
Octal711041220012511110711217
Binary1110011000100101010000010101011001001100011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39440A; }

 p { color: rgb(57,68,10); }

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

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

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

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

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

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

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