Shades of Turtle Green #363B16
Tints of Turtle Green #363B16
RGB
CMYK
RGB Variations
Color information
#363B16 (or 0x363B16) is known color: Turtle Green. HEX triplet: 36, 3B and 16. RGB value is (54,59,22). Sum of RGB (Red+Green+Blue) = 54+59+22=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 59 (23.44% from 255 or 43.70% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 59 - color contains mainly: green. Hex color #363B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B16 is #C9C4E9. Grayscale: #353535. Windows color (decimal): -13223146 or 1456950. OLE color: 1456950.
HSL color Cylindrical-coordinate representation of color #363B16: hue angle of 68.11º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #363B16 is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 22 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.77 |
| HSL | 68.11º | 0.46% | 0.16% | - |
| HSV(B) | 68.11º | 0.63% | 0.23% | - |
| XYZ | 3.23 | 3.97 | 1.36 | - |
| YUV | 53.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 22 | 0.08 | 0 | 0.63 | 0.77 | 68.11 | 0.46 | 0.16 |
| Hex | 36 | 3B | 16 | 8 | 0 | 3F | 4D | 44 | 2E | 10 |
| Octal | 66 | 73 | 26 | 10 | 0 | 77 | 115 | 104 | 56 | 20 |
| Binary | 110110 | 111011 | 10110 | 1000 | 0 | 111111 | 1001101 | 1000100 | 101110 | 10000 |
Color Harmonies of #363B16
Complementary color
Monochromatic Colors of #363B16
Black with #363B16
Text Example
Text Example
White with #363B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B16; }
p { color: rgb(54,59,22); }
H1.HeaderClassName
{
color: #363B16;
}
.AnyTagClassName
{
color: #363B16;
}
</style>
background-color css
<style>
a { background-color: #363B16; }
a { background-color: rgb(54,59,22); }
div.DivClassName
{
background-color: #363B16;
}
.BgClassName
{
background-color: #363B16;
}
</style>
border-color css
<style>
span { border-color: #363B16; }
span { border-color: rgb(54,59,22); }
td.TdClassName
{
border-color: #363B16;
}
.TagClassName
{
border-color: #363B16;
}
</style>