Shades of Turtle Green #344908
Tints of Turtle Green #344908
RGB
CMYK
RGB Variations
Color information
#344908 (or 0x344908) is known color: Turtle Green. HEX triplet: 34, 49 and 08. RGB value is (52,73,8). Sum of RGB (Red+Green+Blue) = 52+73+8=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #344908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344908 is #CBB6F7. Grayscale: #3B3B3B. Windows color (decimal): -13350648 or 543028. OLE color: 543028.
HSL color Cylindrical-coordinate representation of color #344908: hue angle of 79.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #344908 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 73 | 8 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.71 |
| HSL | 79.38º | 0.8% | 0.16% | - |
| HSV(B) | 79.38º | 0.89% | 0.29% | - |
| XYZ | 3.84 | 5.51 | 1.09 | - |
| YUV | 59.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 73 | 8 | 0.29 | 0 | 0.89 | 0.71 | 79.38 | 0.8 | 0.16 |
| Hex | 34 | 49 | 8 | 1D | 0 | 59 | 47 | 4F | 50 | 10 |
| Octal | 64 | 111 | 10 | 35 | 0 | 131 | 107 | 117 | 120 | 20 |
| Binary | 110100 | 1001001 | 1000 | 11101 | 0 | 1011001 | 1000111 | 1001111 | 1010000 | 10000 |
Color Harmonies of #344908
Complementary color
Monochromatic Colors of #344908
Black with #344908
Text Example
Text Example
White with #344908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344908; }
p { color: rgb(52,73,8); }
H1.HeaderClassName
{
color: #344908;
}
.AnyTagClassName
{
color: #344908;
}
</style>
background-color css
<style>
a { background-color: #344908; }
a { background-color: rgb(52,73,8); }
div.DivClassName
{
background-color: #344908;
}
.BgClassName
{
background-color: #344908;
}
</style>
border-color css
<style>
span { border-color: #344908; }
span { border-color: rgb(52,73,8); }
td.TdClassName
{
border-color: #344908;
}
.TagClassName
{
border-color: #344908;
}
</style>