Shades of Turtle Green #364916
Tints of Turtle Green #364916
RGB
CMYK
RGB Variations
Color information
#364916 (or 0x364916) is known color: Turtle Green. HEX triplet: 36, 49 and 16. RGB value is (54,73,22). Sum of RGB (Red+Green+Blue) = 54+73+22=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 73 (28.91% from 255 or 48.99% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 73 - color contains mainly: green. Hex color #364916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364916 is #C9B6E9. Grayscale: #3D3D3D. Windows color (decimal): -13219562 or 1460534. OLE color: 1460534.
HSL color Cylindrical-coordinate representation of color #364916: hue angle of 82.35º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #364916 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 22 | - |
| CMYK | 0.26 | 0 | 0.70 | 0.71 |
| HSL | 82.35º | 0.54% | 0.19% | - |
| HSV(B) | 82.35º | 0.7% | 0.29% | - |
| XYZ | 4.05 | 5.61 | 1.63 | - |
| YUV | 61.51 | 105.71 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 22 | 0.26 | 0 | 0.70 | 0.71 | 82.35 | 0.54 | 0.19 |
| Hex | 36 | 49 | 16 | 1A | 0 | 46 | 47 | 52 | 36 | 13 |
| Octal | 66 | 111 | 26 | 32 | 0 | 106 | 107 | 122 | 66 | 23 |
| Binary | 110110 | 1001001 | 10110 | 11010 | 0 | 1000110 | 1000111 | 1010010 | 110110 | 10011 |
Color Harmonies of #364916
Complementary color
Monochromatic Colors of #364916
Black with #364916
Text Example
Text Example
White with #364916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364916; }
p { color: rgb(54,73,22); }
H1.HeaderClassName
{
color: #364916;
}
.AnyTagClassName
{
color: #364916;
}
</style>
background-color css
<style>
a { background-color: #364916; }
a { background-color: rgb(54,73,22); }
div.DivClassName
{
background-color: #364916;
}
.BgClassName
{
background-color: #364916;
}
</style>
border-color css
<style>
span { border-color: #364916; }
span { border-color: rgb(54,73,22); }
td.TdClassName
{
border-color: #364916;
}
.TagClassName
{
border-color: #364916;
}
</style>