Shades of Turtle Green #394200
Tints of Turtle Green #394200
RGB
CMYK
RGB Variations
Color information
#394200 (or 0x394200) is known color: Turtle Green. HEX triplet: 39, 42 and 00. RGB value is (57,66,0). Sum of RGB (Red+Green+Blue) = 57+66+0=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 66 (26.17% from 255 or 53.66% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 66 - color contains mainly: green. Hex color #394200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394200 is #C6BDFF. Grayscale: #383838. Windows color (decimal): -13024768 or 16953. OLE color: 16953.
HSL color Cylindrical-coordinate representation of color #394200: hue angle of 68.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #394200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.74 |
| HSL | 68.18º | 1% | 0.13% | - |
| HSV(B) | 68.18º | 1% | 0.26% | - |
| XYZ | 3.64 | 4.77 | 0.73 | - |
| YUV | 55.79 | 96.52 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 0 | 0.14 | 0 | 1 | 0.74 | 68.18 | 1 | 0.13 |
| Hex | 39 | 42 | 0 | E | 0 | 64 | 4A | 44 | 64 | D |
| Octal | 71 | 102 | 0 | 16 | 0 | 144 | 112 | 104 | 144 | 15 |
| Binary | 111001 | 1000010 | 0 | 1110 | 0 | 1100100 | 1001010 | 1000100 | 1100100 | 1101 |
Color Harmonies of #394200
Complementary color
Monochromatic Colors of #394200
Black with #394200
Text Example
Text Example
White with #394200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394200; }
p { color: rgb(57,66,0); }
H1.HeaderClassName
{
color: #394200;
}
.AnyTagClassName
{
color: #394200;
}
</style>
background-color css
<style>
a { background-color: #394200; }
a { background-color: rgb(57,66,0); }
div.DivClassName
{
background-color: #394200;
}
.BgClassName
{
background-color: #394200;
}
</style>
border-color css
<style>
span { border-color: #394200; }
span { border-color: rgb(57,66,0); }
td.TdClassName
{
border-color: #394200;
}
.TagClassName
{
border-color: #394200;
}
</style>