Shades of Turtle Green #363B15
Tints of Turtle Green #363B15
RGB
CMYK
RGB Variations
Color information
#363B15 (or 0x363B15) is known color: Turtle Green. HEX triplet: 36, 3B and 15. RGB value is (54,59,21). Sum of RGB (Red+Green+Blue) = 54+59+21=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #363B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363B15 is #C9C4EA. Grayscale: #353535. Windows color (decimal): -13223147 or 1391414. OLE color: 1391414.
HSL color Cylindrical-coordinate representation of color #363B15: hue angle of 67.89º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #363B15 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 21 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.77 |
| HSL | 67.89º | 0.48% | 0.16% | - |
| HSV(B) | 67.89º | 0.64% | 0.23% | - |
| XYZ | 3.22 | 3.97 | 1.31 | - |
| YUV | 53.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 21 | 0.08 | 0 | 0.64 | 0.77 | 67.89 | 0.48 | 0.16 |
| Hex | 36 | 3B | 15 | 8 | 0 | 40 | 4D | 44 | 30 | 10 |
| Octal | 66 | 73 | 25 | 10 | 0 | 100 | 115 | 104 | 60 | 20 |
| Binary | 110110 | 111011 | 10101 | 1000 | 0 | 1000000 | 1001101 | 1000100 | 110000 | 10000 |
Color Harmonies of #363B15
Complementary color
Monochromatic Colors of #363B15
Black with #363B15
Text Example
Text Example
White with #363B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B15; }
p { color: rgb(54,59,21); }
H1.HeaderClassName
{
color: #363B15;
}
.AnyTagClassName
{
color: #363B15;
}
</style>
background-color css
<style>
a { background-color: #363B15; }
a { background-color: rgb(54,59,21); }
div.DivClassName
{
background-color: #363B15;
}
.BgClassName
{
background-color: #363B15;
}
</style>
border-color css
<style>
span { border-color: #363B15; }
span { border-color: rgb(54,59,21); }
td.TdClassName
{
border-color: #363B15;
}
.TagClassName
{
border-color: #363B15;
}
</style>