Shades of Turtle Green #34421D
Tints of Turtle Green #34421D
RGB
CMYK
RGB Variations
Color information
#34421D (or 0x34421D) is known color: Turtle Green. HEX triplet: 34, 42 and 1D. RGB value is (52,66,29). Sum of RGB (Red+Green+Blue) = 52+66+29=147 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.37% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 66 - color contains mainly: green. Hex color #34421D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34421D is #CBBDE2. Grayscale: #393939. Windows color (decimal): -13352419 or 1917492. OLE color: 1917492.
HSL color Cylindrical-coordinate representation of color #34421D: hue angle of 82.7º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34421D is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 29 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.74 |
| HSL | 82.7º | 0.39% | 0.19% | - |
| HSV(B) | 82.7º | 0.56% | 0.26% | - |
| XYZ | 3.59 | 4.72 | 1.88 | - |
| YUV | 57.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 29 | 0.21 | 0 | 0.56 | 0.74 | 82.7 | 0.39 | 0.19 |
| Hex | 34 | 42 | 1D | 15 | 0 | 38 | 4A | 53 | 27 | 13 |
| Octal | 64 | 102 | 35 | 25 | 0 | 70 | 112 | 123 | 47 | 23 |
| Binary | 110100 | 1000010 | 11101 | 10101 | 0 | 111000 | 1001010 | 1010011 | 100111 | 10011 |
Color Harmonies of #34421D
Complementary color
Monochromatic Colors of #34421D
Black with #34421D
Text Example
Text Example
White with #34421D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34421D; }
p { color: rgb(52,66,29); }
H1.HeaderClassName
{
color: #34421D;
}
.AnyTagClassName
{
color: #34421D;
}
</style>
background-color css
<style>
a { background-color: #34421D; }
a { background-color: rgb(52,66,29); }
div.DivClassName
{
background-color: #34421D;
}
.BgClassName
{
background-color: #34421D;
}
</style>
border-color css
<style>
span { border-color: #34421D; }
span { border-color: rgb(52,66,29); }
td.TdClassName
{
border-color: #34421D;
}
.TagClassName
{
border-color: #34421D;
}
</style>