Shades of Turtle Green #333D10
Tints of Turtle Green #333D10
RGB
CMYK
RGB Variations
Color information
#333D10 (or 0x333D10) is known color: Turtle Green. HEX triplet: 33, 3D and 10. RGB value is (51,61,16). Sum of RGB (Red+Green+Blue) = 51+61+16=128 (16% of max value = 765). Red value is 51 (20.31% from 255 or 39.84% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #333D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333D10 is #CCC2EF. Grayscale: #353535. Windows color (decimal): -13419248 or 1064243. OLE color: 1064243.
HSL color Cylindrical-coordinate representation of color #333D10: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #333D10 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 61 | 16 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.76 |
| HSL | 73.33º | 0.58% | 0.15% | - |
| HSV(B) | 73.33º | 0.74% | 0.24% | - |
| XYZ | 3.13 | 4.08 | 1.11 | - |
| YUV | 52.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 16 | 0.16 | 0 | 0.74 | 0.76 | 73.33 | 0.58 | 0.15 |
| Hex | 33 | 3D | 10 | 10 | 0 | 4A | 4C | 49 | 3A | F |
| Octal | 63 | 75 | 20 | 20 | 0 | 112 | 114 | 111 | 72 | 17 |
| Binary | 110011 | 111101 | 10000 | 10000 | 0 | 1001010 | 1001100 | 1001001 | 111010 | 1111 |
Color Harmonies of #333D10
Complementary color
Monochromatic Colors of #333D10
Black with #333D10
Text Example
Text Example
White with #333D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D10; }
p { color: rgb(51,61,16); }
H1.HeaderClassName
{
color: #333D10;
}
.AnyTagClassName
{
color: #333D10;
}
</style>
background-color css
<style>
a { background-color: #333D10; }
a { background-color: rgb(51,61,16); }
div.DivClassName
{
background-color: #333D10;
}
.BgClassName
{
background-color: #333D10;
}
</style>
border-color css
<style>
span { border-color: #333D10; }
span { border-color: rgb(51,61,16); }
td.TdClassName
{
border-color: #333D10;
}
.TagClassName
{
border-color: #333D10;
}
</style>