Shades of Turtle Green #33350B
Tints of Turtle Green #33350B
RGB
CMYK
RGB Variations
Color information
#33350B (or 0x33350B) is known color: Turtle Green. HEX triplet: 33, 35 and 0B. RGB value is (51,53,11). Sum of RGB (Red+Green+Blue) = 51+53+11=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 11 (4.69% from 255 or 9.57% from 115); Max value from RGB is 53 - color contains mainly: green. Hex color #33350B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33350B is #CCCAF4. Grayscale: #2F2F2F. Windows color (decimal): -13421301 or 734515. OLE color: 734515.
HSL color Cylindrical-coordinate representation of color #33350B: hue angle of 62.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33350B is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 51 | 53 | 11 | - |
| CMYK | 0.04 | 0 | 0.79 | 0.79 |
| HSL | 62.86º | 0.66% | 0.13% | - |
| HSV(B) | 62.86º | 0.79% | 0.21% | - |
| XYZ | 2.7 | 3.27 | 0.81 | - |
| YUV | 47.61 | 107.34 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 11 | 0.04 | 0 | 0.79 | 0.79 | 62.86 | 0.66 | 0.13 |
| Hex | 33 | 35 | B | 4 | 0 | 4F | 4F | 3F | 42 | D |
| Octal | 63 | 65 | 13 | 4 | 0 | 117 | 117 | 77 | 102 | 15 |
| Binary | 110011 | 110101 | 1011 | 100 | 0 | 1001111 | 1001111 | 111111 | 1000010 | 1101 |
Color Harmonies of #33350B
Complementary color
Monochromatic Colors of #33350B
Black with #33350B
Text Example
Text Example
White with #33350B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33350B; }
p { color: rgb(51,53,11); }
H1.HeaderClassName
{
color: #33350B;
}
.AnyTagClassName
{
color: #33350B;
}
</style>
background-color css
<style>
a { background-color: #33350B; }
a { background-color: rgb(51,53,11); }
div.DivClassName
{
background-color: #33350B;
}
.BgClassName
{
background-color: #33350B;
}
</style>
border-color css
<style>
span { border-color: #33350B; }
span { border-color: rgb(51,53,11); }
td.TdClassName
{
border-color: #33350B;
}
.TagClassName
{
border-color: #33350B;
}
</style>