Shades of Turtle Green #344406
Tints of Turtle Green #344406
RGB
CMYK
RGB Variations
Color information
#344406 (or 0x344406) is known color: Turtle Green. HEX triplet: 34, 44 and 06. RGB value is (52,68,6). Sum of RGB (Red+Green+Blue) = 52+68+6=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 68 (26.95% from 255 or 53.97% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 68 - color contains mainly: green. Hex color #344406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344406 is #CBBBF9. Grayscale: #383838. Windows color (decimal): -13351930 or 410676. OLE color: 410676.
HSL color Cylindrical-coordinate representation of color #344406: hue angle of 75.48º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #344406 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 6 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.73 |
| HSL | 75.48º | 0.84% | 0.15% | - |
| HSV(B) | 75.48º | 0.91% | 0.27% | - |
| XYZ | 3.52 | 4.88 | 0.93 | - |
| YUV | 56.15 | 99.7 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 6 | 0.24 | 0 | 0.91 | 0.73 | 75.48 | 0.84 | 0.15 |
| Hex | 34 | 44 | 6 | 18 | 0 | 5B | 49 | 4B | 54 | F |
| Octal | 64 | 104 | 6 | 30 | 0 | 133 | 111 | 113 | 124 | 17 |
| Binary | 110100 | 1000100 | 110 | 11000 | 0 | 1011011 | 1001001 | 1001011 | 1010100 | 1111 |
Color Harmonies of #344406
Complementary color
Monochromatic Colors of #344406
Black with #344406
Text Example
Text Example
White with #344406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344406; }
p { color: rgb(52,68,6); }
H1.HeaderClassName
{
color: #344406;
}
.AnyTagClassName
{
color: #344406;
}
</style>
background-color css
<style>
a { background-color: #344406; }
a { background-color: rgb(52,68,6); }
div.DivClassName
{
background-color: #344406;
}
.BgClassName
{
background-color: #344406;
}
</style>
border-color css
<style>
span { border-color: #344406; }
span { border-color: rgb(52,68,6); }
td.TdClassName
{
border-color: #344406;
}
.TagClassName
{
border-color: #344406;
}
</style>