Shades of Turtle Green #34421C
Tints of Turtle Green #34421C
RGB
CMYK
RGB Variations
Color information
#34421C (or 0x34421C) is known color: Turtle Green. HEX triplet: 34, 42 and 1C. RGB value is (52,66,28). Sum of RGB (Red+Green+Blue) = 52+66+28=146 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.62% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 66 - color contains mainly: green. Hex color #34421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34421C is #CBBDE3. Grayscale: #393939. Windows color (decimal): -13352420 or 1851956. OLE color: 1851956.
HSL color Cylindrical-coordinate representation of color #34421C: hue angle of 82.11º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34421C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 28 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.74 |
| HSL | 82.11º | 0.4% | 0.18% | - |
| HSV(B) | 82.11º | 0.58% | 0.26% | - |
| XYZ | 3.57 | 4.71 | 1.82 | - |
| YUV | 57.48 | 111.36 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 28 | 0.21 | 0 | 0.58 | 0.74 | 82.11 | 0.4 | 0.18 |
| Hex | 34 | 42 | 1C | 15 | 0 | 3A | 4A | 52 | 28 | 12 |
| Octal | 64 | 102 | 34 | 25 | 0 | 72 | 112 | 122 | 50 | 22 |
| Binary | 110100 | 1000010 | 11100 | 10101 | 0 | 111010 | 1001010 | 1010010 | 101000 | 10010 |
Color Harmonies of #34421C
Complementary color
Monochromatic Colors of #34421C
Black with #34421C
Text Example
Text Example
White with #34421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34421C; }
p { color: rgb(52,66,28); }
H1.HeaderClassName
{
color: #34421C;
}
.AnyTagClassName
{
color: #34421C;
}
</style>
background-color css
<style>
a { background-color: #34421C; }
a { background-color: rgb(52,66,28); }
div.DivClassName
{
background-color: #34421C;
}
.BgClassName
{
background-color: #34421C;
}
</style>
border-color css
<style>
span { border-color: #34421C; }
span { border-color: rgb(52,66,28); }
td.TdClassName
{
border-color: #34421C;
}
.TagClassName
{
border-color: #34421C;
}
</style>