Shades of Turtle Green #393C04
Tints of Turtle Green #393C04
RGB
CMYK
RGB Variations
Color information
#393C04 (or 0x393C04) is known color: Turtle Green. HEX triplet: 39, 3C and 04. RGB value is (57,60,4). Sum of RGB (Red+Green+Blue) = 57+60+4=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 60 (23.83% from 255 or 49.59% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 60 - color contains mainly: green. Hex color #393C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #393C04 is #C6C3FB. Grayscale: #343434. Windows color (decimal): -13026300 or 277561. OLE color: 277561.
HSL color Cylindrical-coordinate representation of color #393C04: hue angle of 63.21º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #393C04 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 60 | 4 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.76 |
| HSL | 63.21º | 0.88% | 0.13% | - |
| HSV(B) | 63.21º | 0.93% | 0.24% | - |
| XYZ | 3.33 | 4.11 | 0.73 | - |
| YUV | 52.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 4 | 0.05 | 0 | 0.93 | 0.76 | 63.21 | 0.88 | 0.13 |
| Hex | 39 | 3C | 4 | 5 | 0 | 5D | 4C | 3F | 58 | D |
| Octal | 71 | 74 | 4 | 5 | 0 | 135 | 114 | 77 | 130 | 15 |
| Binary | 111001 | 111100 | 100 | 101 | 0 | 1011101 | 1001100 | 111111 | 1011000 | 1101 |
Color Harmonies of #393C04
Complementary color
Monochromatic Colors of #393C04
Black with #393C04
Text Example
Text Example
White with #393C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C04; }
p { color: rgb(57,60,4); }
H1.HeaderClassName
{
color: #393C04;
}
.AnyTagClassName
{
color: #393C04;
}
</style>
background-color css
<style>
a { background-color: #393C04; }
a { background-color: rgb(57,60,4); }
div.DivClassName
{
background-color: #393C04;
}
.BgClassName
{
background-color: #393C04;
}
</style>
border-color css
<style>
span { border-color: #393C04; }
span { border-color: rgb(57,60,4); }
td.TdClassName
{
border-color: #393C04;
}
.TagClassName
{
border-color: #393C04;
}
</style>