Shades of Turtle Green #344213
Tints of Turtle Green #344213
RGB
CMYK
RGB Variations
Color information
#344213 (or 0x344213) is known color: Turtle Green. HEX triplet: 34, 42 and 13. RGB value is (52,66,19). Sum of RGB (Red+Green+Blue) = 52+66+19=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #344213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344213 is #CBBDEC. Grayscale: #383838. Windows color (decimal): -13352429 or 1262132. OLE color: 1262132.
HSL color Cylindrical-coordinate representation of color #344213: hue angle of 77.87º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344213 is Cyan = 0.21, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 19 | - |
| CMYK | 0.21 | 0 | 0.71 | 0.74 |
| HSL | 77.87º | 0.55% | 0.17% | - |
| HSV(B) | 77.87º | 0.71% | 0.26% | - |
| XYZ | 3.48 | 4.67 | 1.33 | - |
| YUV | 56.46 | 106.86 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 19 | 0.21 | 0 | 0.71 | 0.74 | 77.87 | 0.55 | 0.17 |
| Hex | 34 | 42 | 13 | 15 | 0 | 47 | 4A | 4E | 37 | 11 |
| Octal | 64 | 102 | 23 | 25 | 0 | 107 | 112 | 116 | 67 | 21 |
| Binary | 110100 | 1000010 | 10011 | 10101 | 0 | 1000111 | 1001010 | 1001110 | 110111 | 10001 |
Color Harmonies of #344213
Complementary color
Monochromatic Colors of #344213
Black with #344213
Text Example
Text Example
White with #344213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344213; }
p { color: rgb(52,66,19); }
H1.HeaderClassName
{
color: #344213;
}
.AnyTagClassName
{
color: #344213;
}
</style>
background-color css
<style>
a { background-color: #344213; }
a { background-color: rgb(52,66,19); }
div.DivClassName
{
background-color: #344213;
}
.BgClassName
{
background-color: #344213;
}
</style>
border-color css
<style>
span { border-color: #344213; }
span { border-color: rgb(52,66,19); }
td.TdClassName
{
border-color: #344213;
}
.TagClassName
{
border-color: #344213;
}
</style>