Shades of Turtle Green #33500B
Tints of Turtle Green #33500B
RGB
CMYK
RGB Variations
Color information
#33500B (or 0x33500B) is known color: Turtle Green. HEX triplet: 33, 50 and 0B. RGB value is (51,80,11). Sum of RGB (Red+Green+Blue) = 51+80+11=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 80 (31.64% from 255 or 56.34% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 80 - color contains mainly: green. Hex color #33500B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33500B is #CCAFF4. Grayscale: #3F3F3F. Windows color (decimal): -13414389 or 741427. OLE color: 741427.
HSL color Cylindrical-coordinate representation of color #33500B: hue angle of 85.22º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33500B is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 80 | 11 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.69 |
| HSL | 85.22º | 0.76% | 0.18% | - |
| HSV(B) | 85.22º | 0.86% | 0.31% | - |
| XYZ | 4.29 | 6.47 | 1.34 | - |
| YUV | 63.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 80 | 11 | 0.36 | 0 | 0.86 | 0.69 | 85.22 | 0.76 | 0.18 |
| Hex | 33 | 50 | B | 24 | 0 | 56 | 45 | 55 | 4C | 12 |
| Octal | 63 | 120 | 13 | 44 | 0 | 126 | 105 | 125 | 114 | 22 |
| Binary | 110011 | 1010000 | 1011 | 100100 | 0 | 1010110 | 1000101 | 1010101 | 1001100 | 10010 |
Color Harmonies of #33500B
Complementary color
Monochromatic Colors of #33500B
Black with #33500B
Text Example
Text Example
White with #33500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33500B; }
p { color: rgb(51,80,11); }
H1.HeaderClassName
{
color: #33500B;
}
.AnyTagClassName
{
color: #33500B;
}
</style>
background-color css
<style>
a { background-color: #33500B; }
a { background-color: rgb(51,80,11); }
div.DivClassName
{
background-color: #33500B;
}
.BgClassName
{
background-color: #33500B;
}
</style>
border-color css
<style>
span { border-color: #33500B; }
span { border-color: rgb(51,80,11); }
td.TdClassName
{
border-color: #33500B;
}
.TagClassName
{
border-color: #33500B;
}
</style>