Shades of Turtle Green #344407
Tints of Turtle Green #344407
RGB
CMYK
RGB Variations
Color information
#344407 (or 0x344407) is known color: Turtle Green. HEX triplet: 34, 44 and 07. RGB value is (52,68,7). Sum of RGB (Red+Green+Blue) = 52+68+7=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 68 (26.95% from 255 or 53.54% from 127); Blue value is 7 (3.12% from 255 or 5.51% from 127); Max value from RGB is 68 - color contains mainly: green. Hex color #344407 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344407 is #CBBBF8. Grayscale: #383838. Windows color (decimal): -13351929 or 476212. OLE color: 476212.
HSL color Cylindrical-coordinate representation of color #344407: hue angle of 75.74º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #344407 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 7 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.73 |
| HSL | 75.74º | 0.81% | 0.15% | - |
| HSV(B) | 75.74º | 0.9% | 0.27% | - |
| XYZ | 3.52 | 4.88 | 0.96 | - |
| YUV | 56.26 | 100.2 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 7 | 0.24 | 0 | 0.90 | 0.73 | 75.74 | 0.81 | 0.15 |
| Hex | 34 | 44 | 7 | 18 | 0 | 5A | 49 | 4C | 51 | F |
| Octal | 64 | 104 | 7 | 30 | 0 | 132 | 111 | 114 | 121 | 17 |
| Binary | 110100 | 1000100 | 111 | 11000 | 0 | 1011010 | 1001001 | 1001100 | 1010001 | 1111 |
Color Harmonies of #344407
Complementary color
Monochromatic Colors of #344407
Black with #344407
Text Example
Text Example
White with #344407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344407; }
p { color: rgb(52,68,7); }
H1.HeaderClassName
{
color: #344407;
}
.AnyTagClassName
{
color: #344407;
}
</style>
background-color css
<style>
a { background-color: #344407; }
a { background-color: rgb(52,68,7); }
div.DivClassName
{
background-color: #344407;
}
.BgClassName
{
background-color: #344407;
}
</style>
border-color css
<style>
span { border-color: #344407; }
span { border-color: rgb(52,68,7); }
td.TdClassName
{
border-color: #344407;
}
.TagClassName
{
border-color: #344407;
}
</style>