Shades of Turtle Green #334C12
Tints of Turtle Green #334C12
RGB
CMYK
RGB Variations
Color information
#334C12 (or 0x334C12) is known color: Turtle Green. HEX triplet: 33, 4C and 12. RGB value is (51,76,18). Sum of RGB (Red+Green+Blue) = 51+76+18=145 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.17% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #334C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334C12 is #CCB3ED. Grayscale: #3E3E3E. Windows color (decimal): -13415406 or 1199155. OLE color: 1199155.
HSL color Cylindrical-coordinate representation of color #334C12: hue angle of 85.86º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #334C12 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 76 | 18 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.70 |
| HSL | 85.86º | 0.62% | 0.18% | - |
| HSV(B) | 85.86º | 0.76% | 0.3% | - |
| XYZ | 4.06 | 5.92 | 1.5 | - |
| YUV | 61.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 76 | 18 | 0.33 | 0 | 0.76 | 0.70 | 85.86 | 0.62 | 0.18 |
| Hex | 33 | 4C | 12 | 21 | 0 | 4C | 46 | 56 | 3E | 12 |
| Octal | 63 | 114 | 22 | 41 | 0 | 114 | 106 | 126 | 76 | 22 |
| Binary | 110011 | 1001100 | 10010 | 100001 | 0 | 1001100 | 1000110 | 1010110 | 111110 | 10010 |
Color Harmonies of #334C12
Complementary color
Monochromatic Colors of #334C12
Black with #334C12
Text Example
Text Example
White with #334C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334C12; }
p { color: rgb(51,76,18); }
H1.HeaderClassName
{
color: #334C12;
}
.AnyTagClassName
{
color: #334C12;
}
</style>
background-color css
<style>
a { background-color: #334C12; }
a { background-color: rgb(51,76,18); }
div.DivClassName
{
background-color: #334C12;
}
.BgClassName
{
background-color: #334C12;
}
</style>
border-color css
<style>
span { border-color: #334C12; }
span { border-color: rgb(51,76,18); }
td.TdClassName
{
border-color: #334C12;
}
.TagClassName
{
border-color: #334C12;
}
</style>