Shades of Turtle Green #344206
Tints of Turtle Green #344206
RGB
CMYK
RGB Variations
Color information
#344206 (or 0x344206) is known color: Turtle Green. HEX triplet: 34, 42 and 06. RGB value is (52,66,6). Sum of RGB (Red+Green+Blue) = 52+66+6=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #344206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344206 is #CBBDF9. Grayscale: #373737. Windows color (decimal): -13352442 or 410164. OLE color: 410164.
HSL color Cylindrical-coordinate representation of color #344206: hue angle of 74º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344206 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 66 | 6 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.74 |
| HSL | 74º | 0.83% | 0.14% | - |
| HSV(B) | 74º | 0.91% | 0.26% | - |
| XYZ | 3.4 | 4.64 | 0.89 | - |
| YUV | 54.97 | 100.36 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 6 | 0.21 | 0 | 0.91 | 0.74 | 74 | 0.83 | 0.14 |
| Hex | 34 | 42 | 6 | 15 | 0 | 5B | 4A | 4A | 53 | E |
| Octal | 64 | 102 | 6 | 25 | 0 | 133 | 112 | 112 | 123 | 16 |
| Binary | 110100 | 1000010 | 110 | 10101 | 0 | 1011011 | 1001010 | 1001010 | 1010011 | 1110 |
Color Harmonies of #344206
Complementary color
Monochromatic Colors of #344206
Black with #344206
Text Example
Text Example
White with #344206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344206; }
p { color: rgb(52,66,6); }
H1.HeaderClassName
{
color: #344206;
}
.AnyTagClassName
{
color: #344206;
}
</style>
background-color css
<style>
a { background-color: #344206; }
a { background-color: rgb(52,66,6); }
div.DivClassName
{
background-color: #344206;
}
.BgClassName
{
background-color: #344206;
}
</style>
border-color css
<style>
span { border-color: #344206; }
span { border-color: rgb(52,66,6); }
td.TdClassName
{
border-color: #344206;
}
.TagClassName
{
border-color: #344206;
}
</style>