Shades of Turtle Green #364D10
Tints of Turtle Green #364D10
RGB
CMYK
RGB Variations
Color information
#364D10 (or 0x364D10) is known color: Turtle Green. HEX triplet: 36, 4D and 10. RGB value is (54,77,16). Sum of RGB (Red+Green+Blue) = 54+77+16=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 77 (30.47% from 255 or 52.38% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 77 - color contains mainly: green. Hex color #364D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364D10 is #C9B2EF. Grayscale: #3F3F3F. Windows color (decimal): -13218544 or 1068342. OLE color: 1068342.
HSL color Cylindrical-coordinate representation of color #364D10: hue angle of 82.62º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #364D10 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 77 | 16 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.70 |
| HSL | 82.62º | 0.66% | 0.18% | - |
| HSV(B) | 82.62º | 0.79% | 0.3% | - |
| XYZ | 4.27 | 6.13 | 1.45 | - |
| YUV | 63.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 16 | 0.30 | 0 | 0.79 | 0.70 | 82.62 | 0.66 | 0.18 |
| Hex | 36 | 4D | 10 | 1E | 0 | 4F | 46 | 53 | 42 | 12 |
| Octal | 66 | 115 | 20 | 36 | 0 | 117 | 106 | 123 | 102 | 22 |
| Binary | 110110 | 1001101 | 10000 | 11110 | 0 | 1001111 | 1000110 | 1010011 | 1000010 | 10010 |
Color Harmonies of #364D10
Complementary color
Monochromatic Colors of #364D10
Black with #364D10
Text Example
Text Example
White with #364D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364D10; }
p { color: rgb(54,77,16); }
H1.HeaderClassName
{
color: #364D10;
}
.AnyTagClassName
{
color: #364D10;
}
</style>
background-color css
<style>
a { background-color: #364D10; }
a { background-color: rgb(54,77,16); }
div.DivClassName
{
background-color: #364D10;
}
.BgClassName
{
background-color: #364D10;
}
</style>
border-color css
<style>
span { border-color: #364D10; }
span { border-color: rgb(54,77,16); }
td.TdClassName
{
border-color: #364D10;
}
.TagClassName
{
border-color: #364D10;
}
</style>