Shades of Turtle Green #344219
Tints of Turtle Green #344219
RGB
CMYK
RGB Variations
Color information
#344219 (or 0x344219) is known color: Turtle Green. HEX triplet: 34, 42 and 19. RGB value is (52,66,25). Sum of RGB (Red+Green+Blue) = 52+66+25=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 66 - color contains mainly: green. Hex color #344219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344219 is #CBBDE6. Grayscale: #393939. Windows color (decimal): -13352423 or 1655348. OLE color: 1655348.
HSL color Cylindrical-coordinate representation of color #344219: hue angle of 80.49º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #344219 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 25 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.74 |
| HSL | 80.49º | 0.45% | 0.18% | - |
| HSV(B) | 80.49º | 0.62% | 0.26% | - |
| XYZ | 3.54 | 4.7 | 1.64 | - |
| YUV | 57.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 25 | 0.21 | 0 | 0.62 | 0.74 | 80.49 | 0.45 | 0.18 |
| Hex | 34 | 42 | 19 | 15 | 0 | 3E | 4A | 50 | 2D | 12 |
| Octal | 64 | 102 | 31 | 25 | 0 | 76 | 112 | 120 | 55 | 22 |
| Binary | 110100 | 1000010 | 11001 | 10101 | 0 | 111110 | 1001010 | 1010000 | 101101 | 10010 |
Color Harmonies of #344219
Complementary color
Monochromatic Colors of #344219
Black with #344219
Text Example
Text Example
White with #344219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344219; }
p { color: rgb(52,66,25); }
H1.HeaderClassName
{
color: #344219;
}
.AnyTagClassName
{
color: #344219;
}
</style>
background-color css
<style>
a { background-color: #344219; }
a { background-color: rgb(52,66,25); }
div.DivClassName
{
background-color: #344219;
}
.BgClassName
{
background-color: #344219;
}
</style>
border-color css
<style>
span { border-color: #344219; }
span { border-color: rgb(52,66,25); }
td.TdClassName
{
border-color: #344219;
}
.TagClassName
{
border-color: #344219;
}
</style>