Shades of Turtle Green #364516
Tints of Turtle Green #364516
RGB
CMYK
RGB Variations
Color information
#364516 (or 0x364516) is known color: Turtle Green. HEX triplet: 36, 45 and 16. RGB value is (54,69,22). Sum of RGB (Red+Green+Blue) = 54+69+22=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #364516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364516 is #C9BAE9. Grayscale: #3B3B3B. Windows color (decimal): -13220586 or 1459510. OLE color: 1459510.
HSL color Cylindrical-coordinate representation of color #364516: hue angle of 79.15º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364516 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 22 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.73 |
| HSL | 79.15º | 0.52% | 0.18% | - |
| HSV(B) | 79.15º | 0.68% | 0.27% | - |
| XYZ | 3.79 | 5.1 | 1.54 | - |
| YUV | 59.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 22 | 0.22 | 0 | 0.68 | 0.73 | 79.15 | 0.52 | 0.18 |
| Hex | 36 | 45 | 16 | 16 | 0 | 44 | 49 | 4F | 34 | 12 |
| Octal | 66 | 105 | 26 | 26 | 0 | 104 | 111 | 117 | 64 | 22 |
| Binary | 110110 | 1000101 | 10110 | 10110 | 0 | 1000100 | 1001001 | 1001111 | 110100 | 10010 |
Color Harmonies of #364516
Complementary color
Monochromatic Colors of #364516
Black with #364516
Text Example
Text Example
White with #364516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364516; }
p { color: rgb(54,69,22); }
H1.HeaderClassName
{
color: #364516;
}
.AnyTagClassName
{
color: #364516;
}
</style>
background-color css
<style>
a { background-color: #364516; }
a { background-color: rgb(54,69,22); }
div.DivClassName
{
background-color: #364516;
}
.BgClassName
{
background-color: #364516;
}
</style>
border-color css
<style>
span { border-color: #364516; }
span { border-color: rgb(54,69,22); }
td.TdClassName
{
border-color: #364516;
}
.TagClassName
{
border-color: #364516;
}
</style>