Shades of Turtle Green #363B20
Tints of Turtle Green #363B20
RGB
CMYK
RGB Variations
Color information
#363B20 (or 0x363B20) is known color: Turtle Green. HEX triplet: 36, 3B and 20. RGB value is (54,59,32). Sum of RGB (Red+Green+Blue) = 54+59+32=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 59 - color contains mainly: green. Hex color #363B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B20 is #C9C4DF. Grayscale: #363636. Windows color (decimal): -13223136 or 2112310. OLE color: 2112310.
HSL color Cylindrical-coordinate representation of color #363B20: hue angle of 71.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #363B20 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 32 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.77 |
| HSL | 71.11º | 0.3% | 0.18% | - |
| HSV(B) | 71.11º | 0.46% | 0.23% | - |
| XYZ | 3.35 | 4.02 | 1.97 | - |
| YUV | 54.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 32 | 0.08 | 0 | 0.46 | 0.77 | 71.11 | 0.3 | 0.18 |
| Hex | 36 | 3B | 20 | 8 | 0 | 2E | 4D | 47 | 1E | 12 |
| Octal | 66 | 73 | 40 | 10 | 0 | 56 | 115 | 107 | 36 | 22 |
| Binary | 110110 | 111011 | 100000 | 1000 | 0 | 101110 | 1001101 | 1000111 | 11110 | 10010 |
Color Harmonies of #363B20
Complementary color
Monochromatic Colors of #363B20
Black with #363B20
Text Example
Text Example
White with #363B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B20; }
p { color: rgb(54,59,32); }
H1.HeaderClassName
{
color: #363B20;
}
.AnyTagClassName
{
color: #363B20;
}
</style>
background-color css
<style>
a { background-color: #363B20; }
a { background-color: rgb(54,59,32); }
div.DivClassName
{
background-color: #363B20;
}
.BgClassName
{
background-color: #363B20;
}
</style>
border-color css
<style>
span { border-color: #363B20; }
span { border-color: rgb(54,59,32); }
td.TdClassName
{
border-color: #363B20;
}
.TagClassName
{
border-color: #363B20;
}
</style>