Shades of Turtle Green #394401
Tints of Turtle Green #394401
RGB
CMYK
RGB Variations
Color information
#394401 (or 0x394401) is known color: Turtle Green. HEX triplet: 39, 44 and 01. RGB value is (57,68,1). Sum of RGB (Red+Green+Blue) = 57+68+1=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #394401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394401 is #C6BBFE. Grayscale: #393939. Windows color (decimal): -13024255 or 83001. OLE color: 83001.
HSL color Cylindrical-coordinate representation of color #394401: hue angle of 69.85º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #394401 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 68 | 1 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.73 |
| HSL | 69.85º | 0.97% | 0.14% | - |
| HSV(B) | 69.85º | 0.99% | 0.27% | - |
| XYZ | 3.76 | 5.01 | 0.8 | - |
| YUV | 57.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 1 | 0.16 | 0 | 0.99 | 0.73 | 69.85 | 0.97 | 0.14 |
| Hex | 39 | 44 | 1 | 10 | 0 | 63 | 49 | 46 | 61 | E |
| Octal | 71 | 104 | 1 | 20 | 0 | 143 | 111 | 106 | 141 | 16 |
| Binary | 111001 | 1000100 | 1 | 10000 | 0 | 1100011 | 1001001 | 1000110 | 1100001 | 1110 |
Color Harmonies of #394401
Complementary color
Monochromatic Colors of #394401
Black with #394401
Text Example
Text Example
White with #394401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394401; }
p { color: rgb(57,68,1); }
H1.HeaderClassName
{
color: #394401;
}
.AnyTagClassName
{
color: #394401;
}
</style>
background-color css
<style>
a { background-color: #394401; }
a { background-color: rgb(57,68,1); }
div.DivClassName
{
background-color: #394401;
}
.BgClassName
{
background-color: #394401;
}
</style>
border-color css
<style>
span { border-color: #394401; }
span { border-color: rgb(57,68,1); }
td.TdClassName
{
border-color: #394401;
}
.TagClassName
{
border-color: #394401;
}
</style>