Shades of Turtle Green #334F12
Tints of Turtle Green #334F12
RGB
CMYK
RGB Variations
Color information
#334F12 (or 0x334F12) is known color: Turtle Green. HEX triplet: 33, 4F and 12. RGB value is (51,79,18). Sum of RGB (Red+Green+Blue) = 51+79+18=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 18 (7.42% from 255 or 12.16% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #334F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #334F12 is #CCB0ED. Grayscale: #3F3F3F. Windows color (decimal): -13414638 or 1199923. OLE color: 1199923.
HSL color Cylindrical-coordinate representation of color #334F12: hue angle of 87.54º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #334F12 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 79 | 18 | - |
| CMYK | 0.35 | 0 | 0.77 | 0.69 |
| HSL | 87.54º | 0.63% | 0.19% | - |
| HSV(B) | 87.54º | 0.77% | 0.31% | - |
| XYZ | 4.27 | 6.34 | 1.57 | - |
| YUV | 63.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 18 | 0.35 | 0 | 0.77 | 0.69 | 87.54 | 0.63 | 0.19 |
| Hex | 33 | 4F | 12 | 23 | 0 | 4D | 45 | 58 | 3F | 13 |
| Octal | 63 | 117 | 22 | 43 | 0 | 115 | 105 | 130 | 77 | 23 |
| Binary | 110011 | 1001111 | 10010 | 100011 | 0 | 1001101 | 1000101 | 1011000 | 111111 | 10011 |
Color Harmonies of #334F12
Complementary color
Monochromatic Colors of #334F12
Black with #334F12
Text Example
Text Example
White with #334F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F12; }
p { color: rgb(51,79,18); }
H1.HeaderClassName
{
color: #334F12;
}
.AnyTagClassName
{
color: #334F12;
}
</style>
background-color css
<style>
a { background-color: #334F12; }
a { background-color: rgb(51,79,18); }
div.DivClassName
{
background-color: #334F12;
}
.BgClassName
{
background-color: #334F12;
}
</style>
border-color css
<style>
span { border-color: #334F12; }
span { border-color: rgb(51,79,18); }
td.TdClassName
{
border-color: #334F12;
}
.TagClassName
{
border-color: #334F12;
}
</style>