Shades of Turtle Green #344212
Tints of Turtle Green #344212
RGB
CMYK
RGB Variations
Color information
#344212 (or 0x344212) is known color: Turtle Green. HEX triplet: 34, 42 and 12. RGB value is (52,66,18). Sum of RGB (Red+Green+Blue) = 52+66+18=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #344212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344212 is #CBBDED. Grayscale: #383838. Windows color (decimal): -13352430 or 1196596. OLE color: 1196596.
HSL color Cylindrical-coordinate representation of color #344212: hue angle of 77.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344212 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 18 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.74 |
| HSL | 77.5º | 0.57% | 0.16% | - |
| HSV(B) | 77.5º | 0.73% | 0.26% | - |
| XYZ | 3.47 | 4.67 | 1.29 | - |
| YUV | 56.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 18 | 0.21 | 0 | 0.73 | 0.74 | 77.5 | 0.57 | 0.16 |
| Hex | 34 | 42 | 12 | 15 | 0 | 49 | 4A | 4E | 39 | 10 |
| Octal | 64 | 102 | 22 | 25 | 0 | 111 | 112 | 116 | 71 | 20 |
| Binary | 110100 | 1000010 | 10010 | 10101 | 0 | 1001001 | 1001010 | 1001110 | 111001 | 10000 |
Color Harmonies of #344212
Complementary color
Monochromatic Colors of #344212
Black with #344212
Text Example
Text Example
White with #344212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344212; }
p { color: rgb(52,66,18); }
H1.HeaderClassName
{
color: #344212;
}
.AnyTagClassName
{
color: #344212;
}
</style>
background-color css
<style>
a { background-color: #344212; }
a { background-color: rgb(52,66,18); }
div.DivClassName
{
background-color: #344212;
}
.BgClassName
{
background-color: #344212;
}
</style>
border-color css
<style>
span { border-color: #344212; }
span { border-color: rgb(52,66,18); }
td.TdClassName
{
border-color: #344212;
}
.TagClassName
{
border-color: #344212;
}
</style>