Shades of Turtle Green #363C16
Tints of Turtle Green #363C16
RGB
CMYK
RGB Variations
Color information
#363C16 (or 0x363C16) is known color: Turtle Green. HEX triplet: 36, 3C and 16. RGB value is (54,60,22). Sum of RGB (Red+Green+Blue) = 54+60+22=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 60 (23.83% from 255 or 44.12% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 60 - color contains mainly: green. Hex color #363C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C16 is #C9C3E9. Grayscale: #363636. Windows color (decimal): -13222890 or 1457206. OLE color: 1457206.
HSL color Cylindrical-coordinate representation of color #363C16: hue angle of 69.47º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363C16 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 60 | 22 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.76 |
| HSL | 69.47º | 0.46% | 0.16% | - |
| HSV(B) | 69.47º | 0.63% | 0.24% | - |
| XYZ | 3.28 | 4.07 | 1.37 | - |
| YUV | 53.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 22 | 0.10 | 0 | 0.63 | 0.76 | 69.47 | 0.46 | 0.16 |
| Hex | 36 | 3C | 16 | A | 0 | 3F | 4C | 45 | 2E | 10 |
| Octal | 66 | 74 | 26 | 12 | 0 | 77 | 114 | 105 | 56 | 20 |
| Binary | 110110 | 111100 | 10110 | 1010 | 0 | 111111 | 1001100 | 1000101 | 101110 | 10000 |
Color Harmonies of #363C16
Complementary color
Monochromatic Colors of #363C16
Black with #363C16
Text Example
Text Example
White with #363C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363C16; }
p { color: rgb(54,60,22); }
H1.HeaderClassName
{
color: #363C16;
}
.AnyTagClassName
{
color: #363C16;
}
</style>
background-color css
<style>
a { background-color: #363C16; }
a { background-color: rgb(54,60,22); }
div.DivClassName
{
background-color: #363C16;
}
.BgClassName
{
background-color: #363C16;
}
</style>
border-color css
<style>
span { border-color: #363C16; }
span { border-color: rgb(54,60,22); }
td.TdClassName
{
border-color: #363C16;
}
.TagClassName
{
border-color: #363C16;
}
</style>