Shades of Turtle Green #364718
Tints of Turtle Green #364718
RGB
CMYK
RGB Variations
Color information
#364718 (or 0x364718) is known color: Turtle Green. HEX triplet: 36, 47 and 18. RGB value is (54,71,24). Sum of RGB (Red+Green+Blue) = 54+71+24=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #364718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364718 is #C9B8E7. Grayscale: #3C3C3C. Windows color (decimal): -13220072 or 1591094. OLE color: 1591094.
HSL color Cylindrical-coordinate representation of color #364718: hue angle of 81.7º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #364718 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 54 | 71 | 24 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.72 |
| HSL | 81.7º | 0.49% | 0.19% | - |
| HSV(B) | 81.7º | 0.66% | 0.28% | - |
| XYZ | 3.94 | 5.36 | 1.69 | - |
| YUV | 60.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 71 | 24 | 0.24 | 0 | 0.66 | 0.72 | 81.7 | 0.49 | 0.19 |
| Hex | 36 | 47 | 18 | 18 | 0 | 42 | 48 | 52 | 31 | 13 |
| Octal | 66 | 107 | 30 | 30 | 0 | 102 | 110 | 122 | 61 | 23 |
| Binary | 110110 | 1000111 | 11000 | 11000 | 0 | 1000010 | 1001000 | 1010010 | 110001 | 10011 |
Color Harmonies of #364718
Complementary color
Monochromatic Colors of #364718
Black with #364718
Text Example
Text Example
White with #364718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364718; }
p { color: rgb(54,71,24); }
H1.HeaderClassName
{
color: #364718;
}
.AnyTagClassName
{
color: #364718;
}
</style>
background-color css
<style>
a { background-color: #364718; }
a { background-color: rgb(54,71,24); }
div.DivClassName
{
background-color: #364718;
}
.BgClassName
{
background-color: #364718;
}
</style>
border-color css
<style>
span { border-color: #364718; }
span { border-color: rgb(54,71,24); }
td.TdClassName
{
border-color: #364718;
}
.TagClassName
{
border-color: #364718;
}
</style>