Shades of Turtle Green #344210
Tints of Turtle Green #344210
RGB
CMYK
RGB Variations
Color information
#344210 (or 0x344210) is known color: Turtle Green. HEX triplet: 34, 42 and 10. RGB value is (52,66,16). Sum of RGB (Red+Green+Blue) = 52+66+16=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 66 (26.17% from 255 or 49.25% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 66 - color contains mainly: green. Hex color #344210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344210 is #CBBDEF. Grayscale: #383838. Windows color (decimal): -13352432 or 1065524. OLE color: 1065524.
HSL color Cylindrical-coordinate representation of color #344210: hue angle of 76.8º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #344210 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 16 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.74 |
| HSL | 76.8º | 0.61% | 0.16% | - |
| HSV(B) | 76.8º | 0.76% | 0.26% | - |
| XYZ | 3.46 | 4.66 | 1.21 | - |
| YUV | 56.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 16 | 0.21 | 0 | 0.76 | 0.74 | 76.8 | 0.61 | 0.16 |
| Hex | 34 | 42 | 10 | 15 | 0 | 4C | 4A | 4D | 3D | 10 |
| Octal | 64 | 102 | 20 | 25 | 0 | 114 | 112 | 115 | 75 | 20 |
| Binary | 110100 | 1000010 | 10000 | 10101 | 0 | 1001100 | 1001010 | 1001101 | 111101 | 10000 |
Color Harmonies of #344210
Complementary color
Monochromatic Colors of #344210
Black with #344210
Text Example
Text Example
White with #344210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344210; }
p { color: rgb(52,66,16); }
H1.HeaderClassName
{
color: #344210;
}
.AnyTagClassName
{
color: #344210;
}
</style>
background-color css
<style>
a { background-color: #344210; }
a { background-color: rgb(52,66,16); }
div.DivClassName
{
background-color: #344210;
}
.BgClassName
{
background-color: #344210;
}
</style>
border-color css
<style>
span { border-color: #344210; }
span { border-color: rgb(52,66,16); }
td.TdClassName
{
border-color: #344210;
}
.TagClassName
{
border-color: #344210;
}
</style>