Shades of Turtle Green #39490F
Tints of Turtle Green #39490F
RGB
CMYK
RGB Variations
Color information
#39490F (or 0x39490F) is known color: Turtle Green. HEX triplet: 39, 49 and 0F. RGB value is (57,73,15). Sum of RGB (Red+Green+Blue) = 57+73+15=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #39490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39490F is #C6B6F0. Grayscale: #3D3D3D. Windows color (decimal): -13022961 or 1001785. OLE color: 1001785.
HSL color Cylindrical-coordinate representation of color #39490F: hue angle of 76.55º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #39490F is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 73 | 15 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.71 |
| HSL | 76.55º | 0.66% | 0.17% | - |
| HSV(B) | 76.55º | 0.79% | 0.29% | - |
| XYZ | 4.16 | 5.67 | 1.33 | - |
| YUV | 61.6 | 101.7 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 15 | 0.22 | 0 | 0.79 | 0.71 | 76.55 | 0.66 | 0.17 |
| Hex | 39 | 49 | F | 16 | 0 | 4F | 47 | 4D | 42 | 11 |
| Octal | 71 | 111 | 17 | 26 | 0 | 117 | 107 | 115 | 102 | 21 |
| Binary | 111001 | 1001001 | 1111 | 10110 | 0 | 1001111 | 1000111 | 1001101 | 1000010 | 10001 |
Color Harmonies of #39490F
Complementary color
Monochromatic Colors of #39490F
Black with #39490F
Text Example
Text Example
White with #39490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39490F; }
p { color: rgb(57,73,15); }
H1.HeaderClassName
{
color: #39490F;
}
.AnyTagClassName
{
color: #39490F;
}
</style>
background-color css
<style>
a { background-color: #39490F; }
a { background-color: rgb(57,73,15); }
div.DivClassName
{
background-color: #39490F;
}
.BgClassName
{
background-color: #39490F;
}
</style>
border-color css
<style>
span { border-color: #39490F; }
span { border-color: rgb(57,73,15); }
td.TdClassName
{
border-color: #39490F;
}
.TagClassName
{
border-color: #39490F;
}
</style>