Shades of Turtle Green #364816
Tints of Turtle Green #364816
RGB
CMYK
RGB Variations
Color information
#364816 (or 0x364816) is known color: Turtle Green. HEX triplet: 36, 48 and 16. RGB value is (54,72,22). Sum of RGB (Red+Green+Blue) = 54+72+22=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 22 (8.98% from 255 or 14.86% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #364816 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364816 is #C9B7E9. Grayscale: #3D3D3D. Windows color (decimal): -13219818 or 1460278. OLE color: 1460278.
HSL color Cylindrical-coordinate representation of color #364816: hue angle of 81.6º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #364816 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 72 | 22 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.72 |
| HSL | 81.6º | 0.53% | 0.18% | - |
| HSV(B) | 81.6º | 0.69% | 0.28% | - |
| XYZ | 3.98 | 5.48 | 1.61 | - |
| YUV | 60.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 22 | 0.25 | 0 | 0.69 | 0.72 | 81.6 | 0.53 | 0.18 |
| Hex | 36 | 48 | 16 | 19 | 0 | 45 | 48 | 52 | 35 | 12 |
| Octal | 66 | 110 | 26 | 31 | 0 | 105 | 110 | 122 | 65 | 22 |
| Binary | 110110 | 1001000 | 10110 | 11001 | 0 | 1000101 | 1001000 | 1010010 | 110101 | 10010 |
Color Harmonies of #364816
Complementary color
Monochromatic Colors of #364816
Black with #364816
Text Example
Text Example
White with #364816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364816; }
p { color: rgb(54,72,22); }
H1.HeaderClassName
{
color: #364816;
}
.AnyTagClassName
{
color: #364816;
}
</style>
background-color css
<style>
a { background-color: #364816; }
a { background-color: rgb(54,72,22); }
div.DivClassName
{
background-color: #364816;
}
.BgClassName
{
background-color: #364816;
}
</style>
border-color css
<style>
span { border-color: #364816; }
span { border-color: rgb(54,72,22); }
td.TdClassName
{
border-color: #364816;
}
.TagClassName
{
border-color: #364816;
}
</style>