Shades of Turtle Green #344808
Tints of Turtle Green #344808
RGB
CMYK
RGB Variations
Color information
#344808 (or 0x344808) is known color: Turtle Green. HEX triplet: 34, 48 and 08. RGB value is (52,72,8). Sum of RGB (Red+Green+Blue) = 52+72+8=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #344808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344808 is #CBB7F7. Grayscale: #3A3A3A. Windows color (decimal): -13350904 or 542772. OLE color: 542772.
HSL color Cylindrical-coordinate representation of color #344808: hue angle of 78.75º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #344808 is Cyan = 0.28, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 72 | 8 | - |
| CMYK | 0.28 | 0 | 0.89 | 0.72 |
| HSL | 78.75º | 0.8% | 0.16% | - |
| HSV(B) | 78.75º | 0.89% | 0.28% | - |
| XYZ | 3.78 | 5.38 | 1.07 | - |
| YUV | 58.72 | 99.37 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 8 | 0.28 | 0 | 0.89 | 0.72 | 78.75 | 0.8 | 0.16 |
| Hex | 34 | 48 | 8 | 1C | 0 | 59 | 48 | 4F | 50 | 10 |
| Octal | 64 | 110 | 10 | 34 | 0 | 131 | 110 | 117 | 120 | 20 |
| Binary | 110100 | 1001000 | 1000 | 11100 | 0 | 1011001 | 1001000 | 1001111 | 1010000 | 10000 |
Color Harmonies of #344808
Complementary color
Monochromatic Colors of #344808
Black with #344808
Text Example
Text Example
White with #344808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344808; }
p { color: rgb(52,72,8); }
H1.HeaderClassName
{
color: #344808;
}
.AnyTagClassName
{
color: #344808;
}
</style>
background-color css
<style>
a { background-color: #344808; }
a { background-color: rgb(52,72,8); }
div.DivClassName
{
background-color: #344808;
}
.BgClassName
{
background-color: #344808;
}
</style>
border-color css
<style>
span { border-color: #344808; }
span { border-color: rgb(52,72,8); }
td.TdClassName
{
border-color: #344808;
}
.TagClassName
{
border-color: #344808;
}
</style>