Shades of Turtle Green #39421F
Tints of Turtle Green #39421F
RGB
CMYK
RGB Variations
Color information
#39421F (or 0x39421F) is known color: Turtle Green. HEX triplet: 39, 42 and 1F. RGB value is (57,66,31). Sum of RGB (Red+Green+Blue) = 57+66+31=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 66 (26.17% from 255 or 42.86% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 66 - color contains mainly: green. Hex color #39421F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39421F is #C6BDE0. Grayscale: #3B3B3B. Windows color (decimal): -13024737 or 2048569. OLE color: 2048569.
HSL color Cylindrical-coordinate representation of color #39421F: hue angle of 75.43º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39421F is Cyan = 0.14, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 31 | - |
| CMYK | 0.14 | 0 | 0.53 | 0.74 |
| HSL | 75.43º | 0.36% | 0.19% | - |
| HSV(B) | 75.43º | 0.53% | 0.26% | - |
| XYZ | 3.88 | 4.87 | 2.03 | - |
| YUV | 59.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 31 | 0.14 | 0 | 0.53 | 0.74 | 75.43 | 0.36 | 0.19 |
| Hex | 39 | 42 | 1F | E | 0 | 35 | 4A | 4B | 24 | 13 |
| Octal | 71 | 102 | 37 | 16 | 0 | 65 | 112 | 113 | 44 | 23 |
| Binary | 111001 | 1000010 | 11111 | 1110 | 0 | 110101 | 1001010 | 1001011 | 100100 | 10011 |
Color Harmonies of #39421F
Complementary color
Monochromatic Colors of #39421F
Black with #39421F
Text Example
Text Example
White with #39421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39421F; }
p { color: rgb(57,66,31); }
H1.HeaderClassName
{
color: #39421F;
}
.AnyTagClassName
{
color: #39421F;
}
</style>
background-color css
<style>
a { background-color: #39421F; }
a { background-color: rgb(57,66,31); }
div.DivClassName
{
background-color: #39421F;
}
.BgClassName
{
background-color: #39421F;
}
</style>
border-color css
<style>
span { border-color: #39421F; }
span { border-color: rgb(57,66,31); }
td.TdClassName
{
border-color: #39421F;
}
.TagClassName
{
border-color: #39421F;
}
</style>