Shades of Turtle Green #333C20
Tints of Turtle Green #333C20
RGB
CMYK
RGB Variations
Color information
#333C20 (or 0x333C20) is known color: Turtle Green. HEX triplet: 33, 3C and 20. RGB value is (51,60,32). Sum of RGB (Red+Green+Blue) = 51+60+32=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 60 (23.83% from 255 or 41.96% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 60 - color contains mainly: green. Hex color #333C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C20 is #CCC3DF. Grayscale: #363636. Windows color (decimal): -13419488 or 2112563. OLE color: 2112563.
HSL color Cylindrical-coordinate representation of color #333C20: hue angle of 79.29º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #333C20 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 32 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.76 |
| HSL | 79.29º | 0.3% | 0.18% | - |
| HSV(B) | 79.29º | 0.47% | 0.24% | - |
| XYZ | 3.24 | 4.04 | 1.98 | - |
| YUV | 54.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 32 | 0.15 | 0 | 0.47 | 0.76 | 79.29 | 0.3 | 0.18 |
| Hex | 33 | 3C | 20 | F | 0 | 2F | 4C | 4F | 1E | 12 |
| Octal | 63 | 74 | 40 | 17 | 0 | 57 | 114 | 117 | 36 | 22 |
| Binary | 110011 | 111100 | 100000 | 1111 | 0 | 101111 | 1001100 | 1001111 | 11110 | 10010 |
Color Harmonies of #333C20
Complementary color
Monochromatic Colors of #333C20
Black with #333C20
Text Example
Text Example
White with #333C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C20; }
p { color: rgb(51,60,32); }
H1.HeaderClassName
{
color: #333C20;
}
.AnyTagClassName
{
color: #333C20;
}
</style>
background-color css
<style>
a { background-color: #333C20; }
a { background-color: rgb(51,60,32); }
div.DivClassName
{
background-color: #333C20;
}
.BgClassName
{
background-color: #333C20;
}
</style>
border-color css
<style>
span { border-color: #333C20; }
span { border-color: rgb(51,60,32); }
td.TdClassName
{
border-color: #333C20;
}
.TagClassName
{
border-color: #333C20;
}
</style>