Shades of Turtle Green #344306
Tints of Turtle Green #344306
RGB
CMYK
RGB Variations
Color information
#344306 (or 0x344306) is known color: Turtle Green. HEX triplet: 34, 43 and 06. RGB value is (52,67,6). Sum of RGB (Red+Green+Blue) = 52+67+6=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 67 (26.56% from 255 or 53.6% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 67 - color contains mainly: green. Hex color #344306 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344306 is #CBBCF9. Grayscale: #373737. Windows color (decimal): -13352186 or 410420. OLE color: 410420.
HSL color Cylindrical-coordinate representation of color #344306: hue angle of 74.75º degrees, saturation: 0.84, 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 #344306 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 6 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.74 |
| HSL | 74.75º | 0.84% | 0.14% | - |
| HSV(B) | 74.75º | 0.91% | 0.26% | - |
| XYZ | 3.46 | 4.76 | 0.91 | - |
| YUV | 55.56 | 100.03 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 6 | 0.22 | 0 | 0.91 | 0.74 | 74.75 | 0.84 | 0.14 |
| Hex | 34 | 43 | 6 | 16 | 0 | 5B | 4A | 4B | 54 | E |
| Octal | 64 | 103 | 6 | 26 | 0 | 133 | 112 | 113 | 124 | 16 |
| Binary | 110100 | 1000011 | 110 | 10110 | 0 | 1011011 | 1001010 | 1001011 | 1010100 | 1110 |
Color Harmonies of #344306
Complementary color
Monochromatic Colors of #344306
Black with #344306
Text Example
Text Example
White with #344306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344306; }
p { color: rgb(52,67,6); }
H1.HeaderClassName
{
color: #344306;
}
.AnyTagClassName
{
color: #344306;
}
</style>
background-color css
<style>
a { background-color: #344306; }
a { background-color: rgb(52,67,6); }
div.DivClassName
{
background-color: #344306;
}
.BgClassName
{
background-color: #344306;
}
</style>
border-color css
<style>
span { border-color: #344306; }
span { border-color: rgb(52,67,6); }
td.TdClassName
{
border-color: #344306;
}
.TagClassName
{
border-color: #344306;
}
</style>