Shades of Turtle Green #364917
Tints of Turtle Green #364917
RGB
CMYK
RGB Variations
Color information
#364917 (or 0x364917) is known color: Turtle Green. HEX triplet: 36, 49 and 17. RGB value is (54,73,23). Sum of RGB (Red+Green+Blue) = 54+73+23=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #364917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364917 is #C9B6E8. Grayscale: #3D3D3D. Windows color (decimal): -13219561 or 1526070. OLE color: 1526070.
HSL color Cylindrical-coordinate representation of color #364917: hue angle of 82.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #364917 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 23 | - |
| CMYK | 0.26 | 0 | 0.68 | 0.71 |
| HSL | 82.8º | 0.52% | 0.19% | - |
| HSV(B) | 82.8º | 0.68% | 0.29% | - |
| XYZ | 4.06 | 5.61 | 1.68 | - |
| YUV | 61.62 | 106.21 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 23 | 0.26 | 0 | 0.68 | 0.71 | 82.8 | 0.52 | 0.19 |
| Hex | 36 | 49 | 17 | 1A | 0 | 44 | 47 | 53 | 34 | 13 |
| Octal | 66 | 111 | 27 | 32 | 0 | 104 | 107 | 123 | 64 | 23 |
| Binary | 110110 | 1001001 | 10111 | 11010 | 0 | 1000100 | 1000111 | 1010011 | 110100 | 10011 |
Color Harmonies of #364917
Complementary color
Monochromatic Colors of #364917
Black with #364917
Text Example
Text Example
White with #364917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364917; }
p { color: rgb(54,73,23); }
H1.HeaderClassName
{
color: #364917;
}
.AnyTagClassName
{
color: #364917;
}
</style>
background-color css
<style>
a { background-color: #364917; }
a { background-color: rgb(54,73,23); }
div.DivClassName
{
background-color: #364917;
}
.BgClassName
{
background-color: #364917;
}
</style>
border-color css
<style>
span { border-color: #364917; }
span { border-color: rgb(54,73,23); }
td.TdClassName
{
border-color: #364917;
}
.TagClassName
{
border-color: #364917;
}
</style>