Shades of Turtle Green #39471F
Tints of Turtle Green #39471F
RGB
CMYK
RGB Variations
Color information
#39471F (or 0x39471F) is known color: Turtle Green. HEX triplet: 39, 47 and 1F. RGB value is (57,71,31). Sum of RGB (Red+Green+Blue) = 57+71+31=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 31 (12.5% from 255 or 19.50% from 159); Max value from RGB is 71 - color contains mainly: green. Hex color #39471F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39471F is #C6B8E0. Grayscale: #3E3E3E. Windows color (decimal): -13023457 or 2049849. OLE color: 2049849.
HSL color Cylindrical-coordinate representation of color #39471F: hue angle of 81º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39471F is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 71 | 31 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.72 |
| HSL | 81º | 0.39% | 0.2% | - |
| HSV(B) | 81º | 0.56% | 0.28% | - |
| XYZ | 4.19 | 5.48 | 2.13 | - |
| YUV | 62.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 71 | 31 | 0.20 | 0 | 0.56 | 0.72 | 81 | 0.39 | 0.2 |
| Hex | 39 | 47 | 1F | 14 | 0 | 38 | 48 | 51 | 27 | 14 |
| Octal | 71 | 107 | 37 | 24 | 0 | 70 | 110 | 121 | 47 | 24 |
| Binary | 111001 | 1000111 | 11111 | 10100 | 0 | 111000 | 1001000 | 1010001 | 100111 | 10100 |
Color Harmonies of #39471F
Complementary color
Monochromatic Colors of #39471F
Black with #39471F
Text Example
Text Example
White with #39471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39471F; }
p { color: rgb(57,71,31); }
H1.HeaderClassName
{
color: #39471F;
}
.AnyTagClassName
{
color: #39471F;
}
</style>
background-color css
<style>
a { background-color: #39471F; }
a { background-color: rgb(57,71,31); }
div.DivClassName
{
background-color: #39471F;
}
.BgClassName
{
background-color: #39471F;
}
</style>
border-color css
<style>
span { border-color: #39471F; }
span { border-color: rgb(57,71,31); }
td.TdClassName
{
border-color: #39471F;
}
.TagClassName
{
border-color: #39471F;
}
</style>