Shades of Turtle Green #39461F
Tints of Turtle Green #39461F
RGB
CMYK
RGB Variations
Color information
#39461F (or 0x39461F) is known color: Turtle Green. HEX triplet: 39, 46 and 1F. RGB value is (57,70,31). Sum of RGB (Red+Green+Blue) = 57+70+31=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 31 (12.5% from 255 or 19.62% from 158); Max value from RGB is 70 - color contains mainly: green. Hex color #39461F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39461F is #C6B9E0. Grayscale: #3D3D3D. Windows color (decimal): -13023713 or 2049593. OLE color: 2049593.
HSL color Cylindrical-coordinate representation of color #39461F: hue angle of 80º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39461F is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 70 | 31 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.73 |
| HSL | 80º | 0.39% | 0.2% | - |
| HSV(B) | 80º | 0.56% | 0.27% | - |
| XYZ | 4.12 | 5.35 | 2.11 | - |
| YUV | 61.67 | 110.69 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 70 | 31 | 0.19 | 0 | 0.56 | 0.73 | 80 | 0.39 | 0.2 |
| Hex | 39 | 46 | 1F | 13 | 0 | 38 | 49 | 50 | 27 | 14 |
| Octal | 71 | 106 | 37 | 23 | 0 | 70 | 111 | 120 | 47 | 24 |
| Binary | 111001 | 1000110 | 11111 | 10011 | 0 | 111000 | 1001001 | 1010000 | 100111 | 10100 |
Color Harmonies of #39461F
Complementary color
Monochromatic Colors of #39461F
Black with #39461F
Text Example
Text Example
White with #39461F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39461F; }
p { color: rgb(57,70,31); }
H1.HeaderClassName
{
color: #39461F;
}
.AnyTagClassName
{
color: #39461F;
}
</style>
background-color css
<style>
a { background-color: #39461F; }
a { background-color: rgb(57,70,31); }
div.DivClassName
{
background-color: #39461F;
}
.BgClassName
{
background-color: #39461F;
}
</style>
border-color css
<style>
span { border-color: #39461F; }
span { border-color: rgb(57,70,31); }
td.TdClassName
{
border-color: #39461F;
}
.TagClassName
{
border-color: #39461F;
}
</style>