Shades of Turtle Green #334211
Tints of Turtle Green #334211
RGB
CMYK
RGB Variations
Color information
#334211 (or 0x334211) is known color: Turtle Green. HEX triplet: 33, 42 and 11. RGB value is (51,66,17). Sum of RGB (Red+Green+Blue) = 51+66+17=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #334211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334211 is #CCBDEE. Grayscale: #383838. Windows color (decimal): -13417967 or 1131059. OLE color: 1131059.
HSL color Cylindrical-coordinate representation of color #334211: hue angle of 78.37º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #334211 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 66 | 17 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.74 |
| HSL | 78.37º | 0.59% | 0.16% | - |
| HSV(B) | 78.37º | 0.74% | 0.26% | - |
| XYZ | 3.41 | 4.64 | 1.25 | - |
| YUV | 55.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 66 | 17 | 0.23 | 0 | 0.74 | 0.74 | 78.37 | 0.59 | 0.16 |
| Hex | 33 | 42 | 11 | 17 | 0 | 4A | 4A | 4E | 3B | 10 |
| Octal | 63 | 102 | 21 | 27 | 0 | 112 | 112 | 116 | 73 | 20 |
| Binary | 110011 | 1000010 | 10001 | 10111 | 0 | 1001010 | 1001010 | 1001110 | 111011 | 10000 |
Color Harmonies of #334211
Complementary color
Monochromatic Colors of #334211
Black with #334211
Text Example
Text Example
White with #334211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334211; }
p { color: rgb(51,66,17); }
H1.HeaderClassName
{
color: #334211;
}
.AnyTagClassName
{
color: #334211;
}
</style>
background-color css
<style>
a { background-color: #334211; }
a { background-color: rgb(51,66,17); }
div.DivClassName
{
background-color: #334211;
}
.BgClassName
{
background-color: #334211;
}
</style>
border-color css
<style>
span { border-color: #334211; }
span { border-color: rgb(51,66,17); }
td.TdClassName
{
border-color: #334211;
}
.TagClassName
{
border-color: #334211;
}
</style>