Shades of Turtle Green #344304
Tints of Turtle Green #344304
RGB
CMYK
RGB Variations
Color information
#344304 (or 0x344304) is known color: Turtle Green. HEX triplet: 34, 43 and 04. RGB value is (52,67,4). Sum of RGB (Red+Green+Blue) = 52+67+4=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #344304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344304 is #CBBCFB. Grayscale: #373737. Windows color (decimal): -13352188 or 279348. OLE color: 279348.
HSL color Cylindrical-coordinate representation of color #344304: hue angle of 74.29º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #344304 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 4 | - |
| CMYK | 0.22 | 0 | 0.94 | 0.74 |
| HSL | 74.29º | 0.89% | 0.14% | - |
| HSV(B) | 74.29º | 0.94% | 0.26% | - |
| XYZ | 3.45 | 4.75 | 0.85 | - |
| YUV | 55.33 | 99.03 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 4 | 0.22 | 0 | 0.94 | 0.74 | 74.29 | 0.89 | 0.14 |
| Hex | 34 | 43 | 4 | 16 | 0 | 5E | 4A | 4A | 59 | E |
| Octal | 64 | 103 | 4 | 26 | 0 | 136 | 112 | 112 | 131 | 16 |
| Binary | 110100 | 1000011 | 100 | 10110 | 0 | 1011110 | 1001010 | 1001010 | 1011001 | 1110 |
Color Harmonies of #344304
Complementary color
Monochromatic Colors of #344304
Black with #344304
Text Example
Text Example
White with #344304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344304; }
p { color: rgb(52,67,4); }
H1.HeaderClassName
{
color: #344304;
}
.AnyTagClassName
{
color: #344304;
}
</style>
background-color css
<style>
a { background-color: #344304; }
a { background-color: rgb(52,67,4); }
div.DivClassName
{
background-color: #344304;
}
.BgClassName
{
background-color: #344304;
}
</style>
border-color css
<style>
span { border-color: #344304; }
span { border-color: rgb(52,67,4); }
td.TdClassName
{
border-color: #344304;
}
.TagClassName
{
border-color: #344304;
}
</style>