Shades of Turtle Green #394201
Tints of Turtle Green #394201
RGB
CMYK
RGB Variations
Color information
#394201 (or 0x394201) is known color: Turtle Green. HEX triplet: 39, 42 and 01. RGB value is (57,66,1). Sum of RGB (Red+Green+Blue) = 57+66+1=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #394201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394201 is #C6BDFE. Grayscale: #383838. Windows color (decimal): -13024767 or 82489. OLE color: 82489.
HSL color Cylindrical-coordinate representation of color #394201: hue angle of 68.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #394201 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 57 | 66 | 1 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.74 |
| HSL | 68.31º | 0.97% | 0.13% | - |
| HSV(B) | 68.31º | 0.98% | 0.26% | - |
| XYZ | 3.64 | 4.77 | 0.76 | - |
| YUV | 55.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 66 | 1 | 0.14 | 0 | 0.98 | 0.74 | 68.31 | 0.97 | 0.13 |
| Hex | 39 | 42 | 1 | E | 0 | 62 | 4A | 44 | 61 | D |
| Octal | 71 | 102 | 1 | 16 | 0 | 142 | 112 | 104 | 141 | 15 |
| Binary | 111001 | 1000010 | 1 | 1110 | 0 | 1100010 | 1001010 | 1000100 | 1100001 | 1101 |
Color Harmonies of #394201
Complementary color
Monochromatic Colors of #394201
Black with #394201
Text Example
Text Example
White with #394201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394201; }
p { color: rgb(57,66,1); }
H1.HeaderClassName
{
color: #394201;
}
.AnyTagClassName
{
color: #394201;
}
</style>
background-color css
<style>
a { background-color: #394201; }
a { background-color: rgb(57,66,1); }
div.DivClassName
{
background-color: #394201;
}
.BgClassName
{
background-color: #394201;
}
</style>
border-color css
<style>
span { border-color: #394201; }
span { border-color: rgb(57,66,1); }
td.TdClassName
{
border-color: #394201;
}
.TagClassName
{
border-color: #394201;
}
</style>