Shades of Turtle Green #394202
Tints of Turtle Green #394202
RGB
CMYK
RGB Variations
Color information
#394202 (or 0x394202) is known color: Turtle Green. HEX triplet: 39, 42 and 02. RGB value is (57,66,2). Sum of RGB (Red+Green+Blue) = 57+66+2=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #394202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394202 is #C6BDFD. Grayscale: #383838. Windows color (decimal): -13024766 or 148025. OLE color: 148025.
HSL color Cylindrical-coordinate representation of color #394202: hue angle of 68.44º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #394202 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 2 | - |
| CMYK | 0.14 | 0 | 0.97 | 0.74 |
| HSL | 68.44º | 0.94% | 0.13% | - |
| HSV(B) | 68.44º | 0.97% | 0.26% | - |
| XYZ | 3.65 | 4.77 | 0.79 | - |
| YUV | 56.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 2 | 0.14 | 0 | 0.97 | 0.74 | 68.44 | 0.94 | 0.13 |
| Hex | 39 | 42 | 2 | E | 0 | 61 | 4A | 44 | 5E | D |
| Octal | 71 | 102 | 2 | 16 | 0 | 141 | 112 | 104 | 136 | 15 |
| Binary | 111001 | 1000010 | 10 | 1110 | 0 | 1100001 | 1001010 | 1000100 | 1011110 | 1101 |
Color Harmonies of #394202
Complementary color
Monochromatic Colors of #394202
Black with #394202
Text Example
Text Example
White with #394202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394202; }
p { color: rgb(57,66,2); }
H1.HeaderClassName
{
color: #394202;
}
.AnyTagClassName
{
color: #394202;
}
</style>
background-color css
<style>
a { background-color: #394202; }
a { background-color: rgb(57,66,2); }
div.DivClassName
{
background-color: #394202;
}
.BgClassName
{
background-color: #394202;
}
</style>
border-color css
<style>
span { border-color: #394202; }
span { border-color: rgb(57,66,2); }
td.TdClassName
{
border-color: #394202;
}
.TagClassName
{
border-color: #394202;
}
</style>