Shades of Turtle Green #333C15
Tints of Turtle Green #333C15
RGB
CMYK
RGB Variations
Color information
#333C15 (or 0x333C15) is known color: Turtle Green. HEX triplet: 33, 3C and 15. RGB value is (51,60,21). Sum of RGB (Red+Green+Blue) = 51+60+21=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 21 (8.59% from 255 or 15.91% from 132); Max value from RGB is 60 - color contains mainly: green. Hex color #333C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C15 is #CCC3EA. Grayscale: #353535. Windows color (decimal): -13419499 or 1391667. OLE color: 1391667.
HSL color Cylindrical-coordinate representation of color #333C15: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333C15 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 21 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.76 |
| HSL | 73.85º | 0.48% | 0.16% | - |
| HSV(B) | 73.85º | 0.65% | 0.24% | - |
| XYZ | 3.12 | 3.99 | 1.32 | - |
| YUV | 52.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 21 | 0.15 | 0 | 0.65 | 0.76 | 73.85 | 0.48 | 0.16 |
| Hex | 33 | 3C | 15 | F | 0 | 41 | 4C | 4A | 30 | 10 |
| Octal | 63 | 74 | 25 | 17 | 0 | 101 | 114 | 112 | 60 | 20 |
| Binary | 110011 | 111100 | 10101 | 1111 | 0 | 1000001 | 1001100 | 1001010 | 110000 | 10000 |
Color Harmonies of #333C15
Complementary color
Monochromatic Colors of #333C15
Black with #333C15
Text Example
Text Example
White with #333C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C15; }
p { color: rgb(51,60,21); }
H1.HeaderClassName
{
color: #333C15;
}
.AnyTagClassName
{
color: #333C15;
}
</style>
background-color css
<style>
a { background-color: #333C15; }
a { background-color: rgb(51,60,21); }
div.DivClassName
{
background-color: #333C15;
}
.BgClassName
{
background-color: #333C15;
}
</style>
border-color css
<style>
span { border-color: #333C15; }
span { border-color: rgb(51,60,21); }
td.TdClassName
{
border-color: #333C15;
}
.TagClassName
{
border-color: #333C15;
}
</style>