Shades of Turtle Green #334F11
Tints of Turtle Green #334F11
RGB
CMYK
RGB Variations
Color information
#334F11 (or 0x334F11) is known color: Turtle Green. HEX triplet: 33, 4F and 11. RGB value is (51,79,17). Sum of RGB (Red+Green+Blue) = 51+79+17=147 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.69% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #334F11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F11 is #CCB0EE. Grayscale: #3F3F3F. Windows color (decimal): -13414639 or 1134387. OLE color: 1134387.
HSL color Cylindrical-coordinate representation of color #334F11: hue angle of 87.1º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #334F11 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 17 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.69 |
| HSL | 87.1º | 0.65% | 0.19% | - |
| HSV(B) | 87.1º | 0.78% | 0.31% | - |
| XYZ | 4.26 | 6.34 | 1.53 | - |
| YUV | 63.56 | 101.72 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 17 | 0.35 | 0 | 0.78 | 0.69 | 87.1 | 0.65 | 0.19 |
| Hex | 33 | 4F | 11 | 23 | 0 | 4E | 45 | 57 | 41 | 13 |
| Octal | 63 | 117 | 21 | 43 | 0 | 116 | 105 | 127 | 101 | 23 |
| Binary | 110011 | 1001111 | 10001 | 100011 | 0 | 1001110 | 1000101 | 1010111 | 1000001 | 10011 |
Color Harmonies of #334F11
Complementary color
Monochromatic Colors of #334F11
Black with #334F11
Text Example
Text Example
White with #334F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F11; }
p { color: rgb(51,79,17); }
H1.HeaderClassName
{
color: #334F11;
}
.AnyTagClassName
{
color: #334F11;
}
</style>
background-color css
<style>
a { background-color: #334F11; }
a { background-color: rgb(51,79,17); }
div.DivClassName
{
background-color: #334F11;
}
.BgClassName
{
background-color: #334F11;
}
</style>
border-color css
<style>
span { border-color: #334F11; }
span { border-color: rgb(51,79,17); }
td.TdClassName
{
border-color: #334F11;
}
.TagClassName
{
border-color: #334F11;
}
</style>