Shades of Turtle Green #394004
Tints of Turtle Green #394004
RGB
CMYK
RGB Variations
Color information
#394004 (or 0x394004) is known color: Turtle Green. HEX triplet: 39, 40 and 04. RGB value is (57,64,4). Sum of RGB (Red+Green+Blue) = 57+64+4=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #394004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #394004 is #C6BFFB. Grayscale: #373737. Windows color (decimal): -13025276 or 278585. OLE color: 278585.
HSL color Cylindrical-coordinate representation of color #394004: hue angle of 67º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #394004 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 64 | 4 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.75 |
| HSL | 67º | 0.88% | 0.13% | - |
| HSV(B) | 67º | 0.94% | 0.25% | - |
| XYZ | 3.54 | 4.55 | 0.81 | - |
| YUV | 55.07 | 99.18 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 4 | 0.11 | 0 | 0.94 | 0.75 | 67 | 0.88 | 0.13 |
| Hex | 39 | 40 | 4 | B | 0 | 5E | 4B | 43 | 58 | D |
| Octal | 71 | 100 | 4 | 13 | 0 | 136 | 113 | 103 | 130 | 15 |
| Binary | 111001 | 1000000 | 100 | 1011 | 0 | 1011110 | 1001011 | 1000011 | 1011000 | 1101 |
Color Harmonies of #394004
Complementary color
Monochromatic Colors of #394004
Black with #394004
Text Example
Text Example
White with #394004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394004; }
p { color: rgb(57,64,4); }
H1.HeaderClassName
{
color: #394004;
}
.AnyTagClassName
{
color: #394004;
}
</style>
background-color css
<style>
a { background-color: #394004; }
a { background-color: rgb(57,64,4); }
div.DivClassName
{
background-color: #394004;
}
.BgClassName
{
background-color: #394004;
}
</style>
border-color css
<style>
span { border-color: #394004; }
span { border-color: rgb(57,64,4); }
td.TdClassName
{
border-color: #394004;
}
.TagClassName
{
border-color: #394004;
}
</style>