Shades of Turtle Green #33410B
Tints of Turtle Green #33410B
RGB
CMYK
RGB Variations
Color information
#33410B (or 0x33410B) is known color: Turtle Green. HEX triplet: 33, 41 and 0B. RGB value is (51,65,11). Sum of RGB (Red+Green+Blue) = 51+65+11=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #33410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33410B is #CCBEF4. Grayscale: #363636. Windows color (decimal): -13418229 or 737587. OLE color: 737587.
HSL color Cylindrical-coordinate representation of color #33410B: hue angle of 75.56º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #33410B is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 11 | - |
| CMYK | 0.22 | 0 | 0.83 | 0.75 |
| HSL | 75.56º | 0.71% | 0.15% | - |
| HSV(B) | 75.56º | 0.83% | 0.25% | - |
| XYZ | 3.32 | 4.51 | 1.01 | - |
| YUV | 54.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 11 | 0.22 | 0 | 0.83 | 0.75 | 75.56 | 0.71 | 0.15 |
| Hex | 33 | 41 | B | 16 | 0 | 53 | 4B | 4C | 47 | F |
| Octal | 63 | 101 | 13 | 26 | 0 | 123 | 113 | 114 | 107 | 17 |
| Binary | 110011 | 1000001 | 1011 | 10110 | 0 | 1010011 | 1001011 | 1001100 | 1000111 | 1111 |
Color Harmonies of #33410B
Complementary color
Monochromatic Colors of #33410B
Black with #33410B
Text Example
Text Example
White with #33410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33410B; }
p { color: rgb(51,65,11); }
H1.HeaderClassName
{
color: #33410B;
}
.AnyTagClassName
{
color: #33410B;
}
</style>
background-color css
<style>
a { background-color: #33410B; }
a { background-color: rgb(51,65,11); }
div.DivClassName
{
background-color: #33410B;
}
.BgClassName
{
background-color: #33410B;
}
</style>
border-color css
<style>
span { border-color: #33410B; }
span { border-color: rgb(51,65,11); }
td.TdClassName
{
border-color: #33410B;
}
.TagClassName
{
border-color: #33410B;
}
</style>