Shades of Turtle Green #334712
Tints of Turtle Green #334712
RGB
CMYK
RGB Variations
Color information
#334712 (or 0x334712) is known color: Turtle Green. HEX triplet: 33, 47 and 12. RGB value is (51,71,18). Sum of RGB (Red+Green+Blue) = 51+71+18=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #334712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334712 is #CCB8ED. Grayscale: #3B3B3B. Windows color (decimal): -13416686 or 1197875. OLE color: 1197875.
HSL color Cylindrical-coordinate representation of color #334712: hue angle of 82.64º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #334712 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 71 | 18 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.72 |
| HSL | 82.64º | 0.6% | 0.17% | - |
| HSV(B) | 82.64º | 0.75% | 0.28% | - |
| XYZ | 3.73 | 5.25 | 1.39 | - |
| YUV | 58.98 | 104.87 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 71 | 18 | 0.28 | 0 | 0.75 | 0.72 | 82.64 | 0.6 | 0.17 |
| Hex | 33 | 47 | 12 | 1C | 0 | 4B | 48 | 53 | 3C | 11 |
| Octal | 63 | 107 | 22 | 34 | 0 | 113 | 110 | 123 | 74 | 21 |
| Binary | 110011 | 1000111 | 10010 | 11100 | 0 | 1001011 | 1001000 | 1010011 | 111100 | 10001 |
Color Harmonies of #334712
Complementary color
Monochromatic Colors of #334712
Black with #334712
Text Example
Text Example
White with #334712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334712; }
p { color: rgb(51,71,18); }
H1.HeaderClassName
{
color: #334712;
}
.AnyTagClassName
{
color: #334712;
}
</style>
background-color css
<style>
a { background-color: #334712; }
a { background-color: rgb(51,71,18); }
div.DivClassName
{
background-color: #334712;
}
.BgClassName
{
background-color: #334712;
}
</style>
border-color css
<style>
span { border-color: #334712; }
span { border-color: rgb(51,71,18); }
td.TdClassName
{
border-color: #334712;
}
.TagClassName
{
border-color: #334712;
}
</style>