Shades of Turtle Green #333C18
Tints of Turtle Green #333C18
RGB
CMYK
RGB Variations
Color information
#333C18 (or 0x333C18) is known color: Turtle Green. HEX triplet: 33, 3C and 18. RGB value is (51,60,24). Sum of RGB (Red+Green+Blue) = 51+60+24=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #333C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333C18 is #CCC3E7. Grayscale: #353535. Windows color (decimal): -13419496 or 1588275. OLE color: 1588275.
HSL color Cylindrical-coordinate representation of color #333C18: hue angle of 75º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #333C18 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 60 | 24 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.76 |
| HSL | 75º | 0.43% | 0.16% | - |
| HSV(B) | 75º | 0.6% | 0.24% | - |
| XYZ | 3.15 | 4 | 1.47 | - |
| YUV | 53.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 24 | 0.15 | 0 | 0.60 | 0.76 | 75 | 0.43 | 0.16 |
| Hex | 33 | 3C | 18 | F | 0 | 3C | 4C | 4B | 2B | 10 |
| Octal | 63 | 74 | 30 | 17 | 0 | 74 | 114 | 113 | 53 | 20 |
| Binary | 110011 | 111100 | 11000 | 1111 | 0 | 111100 | 1001100 | 1001011 | 101011 | 10000 |
Color Harmonies of #333C18
Complementary color
Monochromatic Colors of #333C18
Black with #333C18
Text Example
Text Example
White with #333C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C18; }
p { color: rgb(51,60,24); }
H1.HeaderClassName
{
color: #333C18;
}
.AnyTagClassName
{
color: #333C18;
}
</style>
background-color css
<style>
a { background-color: #333C18; }
a { background-color: rgb(51,60,24); }
div.DivClassName
{
background-color: #333C18;
}
.BgClassName
{
background-color: #333C18;
}
</style>
border-color css
<style>
span { border-color: #333C18; }
span { border-color: rgb(51,60,24); }
td.TdClassName
{
border-color: #333C18;
}
.TagClassName
{
border-color: #333C18;
}
</style>