Shades of Turtle Green #364204
Tints of Turtle Green #364204
RGB
CMYK
RGB Variations
Color information
#364204 (or 0x364204) is known color: Turtle Green. HEX triplet: 36, 42 and 04. RGB value is (54,66,4). Sum of RGB (Red+Green+Blue) = 54+66+4=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #364204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364204 is #C9BDFB. Grayscale: #373737. Windows color (decimal): -13221372 or 279094. OLE color: 279094.
HSL color Cylindrical-coordinate representation of color #364204: hue angle of 71.61º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #364204 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 4 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.74 |
| HSL | 71.61º | 0.89% | 0.14% | - |
| HSV(B) | 71.61º | 0.94% | 0.26% | - |
| XYZ | 3.49 | 4.69 | 0.84 | - |
| YUV | 55.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 4 | 0.18 | 0 | 0.94 | 0.74 | 71.61 | 0.89 | 0.14 |
| Hex | 36 | 42 | 4 | 12 | 0 | 5E | 4A | 48 | 59 | E |
| Octal | 66 | 102 | 4 | 22 | 0 | 136 | 112 | 110 | 131 | 16 |
| Binary | 110110 | 1000010 | 100 | 10010 | 0 | 1011110 | 1001010 | 1001000 | 1011001 | 1110 |
Color Harmonies of #364204
Complementary color
Monochromatic Colors of #364204
Black with #364204
Text Example
Text Example
White with #364204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364204; }
p { color: rgb(54,66,4); }
H1.HeaderClassName
{
color: #364204;
}
.AnyTagClassName
{
color: #364204;
}
</style>
background-color css
<style>
a { background-color: #364204; }
a { background-color: rgb(54,66,4); }
div.DivClassName
{
background-color: #364204;
}
.BgClassName
{
background-color: #364204;
}
</style>
border-color css
<style>
span { border-color: #364204; }
span { border-color: rgb(54,66,4); }
td.TdClassName
{
border-color: #364204;
}
.TagClassName
{
border-color: #364204;
}
</style>