Shades of Turtle Green #333C16
Tints of Turtle Green #333C16
RGB
CMYK
RGB Variations
Color information
#333C16 (or 0x333C16) is known color: Turtle Green. HEX triplet: 33, 3C and 16. RGB value is (51,60,22). Sum of RGB (Red+Green+Blue) = 51+60+22=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 22 (8.98% from 255 or 16.54% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #333C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C16 is #CCC3E9. Grayscale: #353535. Windows color (decimal): -13419498 or 1457203. OLE color: 1457203.
HSL color Cylindrical-coordinate representation of color #333C16: hue angle of 74.21º 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 #333C16 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 22 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.76 |
| HSL | 74.21º | 0.46% | 0.16% | - |
| HSV(B) | 74.21º | 0.63% | 0.24% | - |
| XYZ | 3.13 | 3.99 | 1.37 | - |
| YUV | 52.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 22 | 0.15 | 0 | 0.63 | 0.76 | 74.21 | 0.46 | 0.16 |
| Hex | 33 | 3C | 16 | F | 0 | 3F | 4C | 4A | 2E | 10 |
| Octal | 63 | 74 | 26 | 17 | 0 | 77 | 114 | 112 | 56 | 20 |
| Binary | 110011 | 111100 | 10110 | 1111 | 0 | 111111 | 1001100 | 1001010 | 101110 | 10000 |
Color Harmonies of #333C16
Complementary color
Monochromatic Colors of #333C16
Black with #333C16
Text Example
Text Example
White with #333C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C16; }
p { color: rgb(51,60,22); }
H1.HeaderClassName
{
color: #333C16;
}
.AnyTagClassName
{
color: #333C16;
}
</style>
background-color css
<style>
a { background-color: #333C16; }
a { background-color: rgb(51,60,22); }
div.DivClassName
{
background-color: #333C16;
}
.BgClassName
{
background-color: #333C16;
}
</style>
border-color css
<style>
span { border-color: #333C16; }
span { border-color: rgb(51,60,22); }
td.TdClassName
{
border-color: #333C16;
}
.TagClassName
{
border-color: #333C16;
}
</style>