Shades of Turtle Green #333D11
Tints of Turtle Green #333D11
RGB
CMYK
RGB Variations
Color information
#333D11 (or 0x333D11) is known color: Turtle Green. HEX triplet: 33, 3D and 11. RGB value is (51,61,17). Sum of RGB (Red+Green+Blue) = 51+61+17=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 17 (7.03% from 255 or 13.18% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #333D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333D11 is #CCC2EE. Grayscale: #353535. Windows color (decimal): -13419247 or 1129779. OLE color: 1129779.
HSL color Cylindrical-coordinate representation of color #333D11: hue angle of 73.64º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #333D11 is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 51 | 61 | 17 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.76 |
| HSL | 73.64º | 0.56% | 0.15% | - |
| HSV(B) | 73.64º | 0.72% | 0.24% | - |
| XYZ | 3.14 | 4.08 | 1.15 | - |
| YUV | 52.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 17 | 0.16 | 0 | 0.72 | 0.76 | 73.64 | 0.56 | 0.15 |
| Hex | 33 | 3D | 11 | 10 | 0 | 48 | 4C | 4A | 38 | F |
| Octal | 63 | 75 | 21 | 20 | 0 | 110 | 114 | 112 | 70 | 17 |
| Binary | 110011 | 111101 | 10001 | 10000 | 0 | 1001000 | 1001100 | 1001010 | 111000 | 1111 |
Color Harmonies of #333D11
Complementary color
Monochromatic Colors of #333D11
Black with #333D11
Text Example
Text Example
White with #333D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D11; }
p { color: rgb(51,61,17); }
H1.HeaderClassName
{
color: #333D11;
}
.AnyTagClassName
{
color: #333D11;
}
</style>
background-color css
<style>
a { background-color: #333D11; }
a { background-color: rgb(51,61,17); }
div.DivClassName
{
background-color: #333D11;
}
.BgClassName
{
background-color: #333D11;
}
</style>
border-color css
<style>
span { border-color: #333D11; }
span { border-color: rgb(51,61,17); }
td.TdClassName
{
border-color: #333D11;
}
.TagClassName
{
border-color: #333D11;
}
</style>