Shades of Turtle Green #33411A
Tints of Turtle Green #33411A
RGB
CMYK
RGB Variations
Color information
#33411A (or 0x33411A) is known color: Turtle Green. HEX triplet: 33, 41 and 1A. RGB value is (51,65,26). Sum of RGB (Red+Green+Blue) = 51+65+26=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #33411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33411A is #CCBEE5. Grayscale: #383838. Windows color (decimal): -13418214 or 1720627. OLE color: 1720627.
HSL color Cylindrical-coordinate representation of color #33411A: hue angle of 81.54º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #33411A is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 26 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.75 |
| HSL | 81.54º | 0.43% | 0.18% | - |
| HSV(B) | 81.54º | 0.6% | 0.25% | - |
| XYZ | 3.44 | 4.56 | 1.68 | - |
| YUV | 56.37 | 110.86 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 26 | 0.22 | 0 | 0.60 | 0.75 | 81.54 | 0.43 | 0.18 |
| Hex | 33 | 41 | 1A | 16 | 0 | 3C | 4B | 52 | 2B | 12 |
| Octal | 63 | 101 | 32 | 26 | 0 | 74 | 113 | 122 | 53 | 22 |
| Binary | 110011 | 1000001 | 11010 | 10110 | 0 | 111100 | 1001011 | 1010010 | 101011 | 10010 |
Color Harmonies of #33411A
Complementary color
Monochromatic Colors of #33411A
Black with #33411A
Text Example
Text Example
White with #33411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33411A; }
p { color: rgb(51,65,26); }
H1.HeaderClassName
{
color: #33411A;
}
.AnyTagClassName
{
color: #33411A;
}
</style>
background-color css
<style>
a { background-color: #33411A; }
a { background-color: rgb(51,65,26); }
div.DivClassName
{
background-color: #33411A;
}
.BgClassName
{
background-color: #33411A;
}
</style>
border-color css
<style>
span { border-color: #33411A; }
span { border-color: rgb(51,65,26); }
td.TdClassName
{
border-color: #33411A;
}
.TagClassName
{
border-color: #33411A;
}
</style>