Shades of Turtle Green #33411B
Tints of Turtle Green #33411B
RGB
CMYK
RGB Variations
Color information
#33411B (or 0x33411B) is known color: Turtle Green. HEX triplet: 33, 41 and 1B. RGB value is (51,65,27). Sum of RGB (Red+Green+Blue) = 51+65+27=143 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.66% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 65 - color contains mainly: green. Hex color #33411B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33411B is #CCBEE4. Grayscale: #383838. Windows color (decimal): -13418213 or 1786163. OLE color: 1786163.
HSL color Cylindrical-coordinate representation of color #33411B: hue angle of 82.11º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33411B is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 27 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.75 |
| HSL | 82.11º | 0.41% | 0.18% | - |
| HSV(B) | 82.11º | 0.58% | 0.25% | - |
| XYZ | 3.45 | 4.56 | 1.74 | - |
| YUV | 56.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 27 | 0.22 | 0 | 0.58 | 0.75 | 82.11 | 0.41 | 0.18 |
| Hex | 33 | 41 | 1B | 16 | 0 | 3A | 4B | 52 | 29 | 12 |
| Octal | 63 | 101 | 33 | 26 | 0 | 72 | 113 | 122 | 51 | 22 |
| Binary | 110011 | 1000001 | 11011 | 10110 | 0 | 111010 | 1001011 | 1010010 | 101001 | 10010 |
Color Harmonies of #33411B
Complementary color
Monochromatic Colors of #33411B
Black with #33411B
Text Example
Text Example
White with #33411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33411B; }
p { color: rgb(51,65,27); }
H1.HeaderClassName
{
color: #33411B;
}
.AnyTagClassName
{
color: #33411B;
}
</style>
background-color css
<style>
a { background-color: #33411B; }
a { background-color: rgb(51,65,27); }
div.DivClassName
{
background-color: #33411B;
}
.BgClassName
{
background-color: #33411B;
}
</style>
border-color css
<style>
span { border-color: #33411B; }
span { border-color: rgb(51,65,27); }
td.TdClassName
{
border-color: #33411B;
}
.TagClassName
{
border-color: #33411B;
}
</style>