Shades of Turtle Green #394010
Tints of Turtle Green #394010
RGB
CMYK
RGB Variations
Color information
#394010 (or 0x394010) is known color: Turtle Green. HEX triplet: 39, 40 and 10. RGB value is (57,64,16). Sum of RGB (Red+Green+Blue) = 57+64+16=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 64 (25.39% from 255 or 46.72% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 64 - color contains mainly: green. Hex color #394010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394010 is #C6BFEF. Grayscale: #383838. Windows color (decimal): -13025264 or 1065017. OLE color: 1065017.
HSL color Cylindrical-coordinate representation of color #394010: hue angle of 68.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394010 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 16 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.75 |
| HSL | 68.75º | 0.6% | 0.16% | - |
| HSV(B) | 68.75º | 0.75% | 0.25% | - |
| XYZ | 3.61 | 4.57 | 1.18 | - |
| YUV | 56.44 | 105.18 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 16 | 0.11 | 0 | 0.75 | 0.75 | 68.75 | 0.6 | 0.16 |
| Hex | 39 | 40 | 10 | B | 0 | 4B | 4B | 45 | 3C | 10 |
| Octal | 71 | 100 | 20 | 13 | 0 | 113 | 113 | 105 | 74 | 20 |
| Binary | 111001 | 1000000 | 10000 | 1011 | 0 | 1001011 | 1001011 | 1000101 | 111100 | 10000 |
Color Harmonies of #394010
Complementary color
Monochromatic Colors of #394010
Black with #394010
Text Example
Text Example
White with #394010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394010; }
p { color: rgb(57,64,16); }
H1.HeaderClassName
{
color: #394010;
}
.AnyTagClassName
{
color: #394010;
}
</style>
background-color css
<style>
a { background-color: #394010; }
a { background-color: rgb(57,64,16); }
div.DivClassName
{
background-color: #394010;
}
.BgClassName
{
background-color: #394010;
}
</style>
border-color css
<style>
span { border-color: #394010; }
span { border-color: rgb(57,64,16); }
td.TdClassName
{
border-color: #394010;
}
.TagClassName
{
border-color: #394010;
}
</style>