Shades of Turtle Green #344E08
Tints of Turtle Green #344E08
RGB
CMYK
RGB Variations
Color information
#344E08 (or 0x344E08) is known color: Turtle Green. HEX triplet: 34, 4E and 08. RGB value is (52,78,8). Sum of RGB (Red+Green+Blue) = 52+78+8=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 78 (30.86% from 255 or 56.52% from 138); Blue value is 8 (3.52% from 255 or 5.80% from 138); Max value from RGB is 78 - color contains mainly: green. Hex color #344E08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #344E08 is #CBB1F7. Grayscale: #3E3E3E. Windows color (decimal): -13349368 or 544308. OLE color: 544308.
HSL color Cylindrical-coordinate representation of color #344E08: hue angle of 82.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #344E08 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 78 | 8 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.69 |
| HSL | 82.29º | 0.81% | 0.17% | - |
| HSV(B) | 82.29º | 0.9% | 0.31% | - |
| XYZ | 4.18 | 6.2 | 1.21 | - |
| YUV | 62.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 8 | 0.33 | 0 | 0.90 | 0.69 | 82.29 | 0.81 | 0.17 |
| Hex | 34 | 4E | 8 | 21 | 0 | 5A | 45 | 52 | 51 | 11 |
| Octal | 64 | 116 | 10 | 41 | 0 | 132 | 105 | 122 | 121 | 21 |
| Binary | 110100 | 1001110 | 1000 | 100001 | 0 | 1011010 | 1000101 | 1010010 | 1010001 | 10001 |
Color Harmonies of #344E08
Complementary color
Monochromatic Colors of #344E08
Black with #344E08
Text Example
Text Example
White with #344E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E08; }
p { color: rgb(52,78,8); }
H1.HeaderClassName
{
color: #344E08;
}
.AnyTagClassName
{
color: #344E08;
}
</style>
background-color css
<style>
a { background-color: #344E08; }
a { background-color: rgb(52,78,8); }
div.DivClassName
{
background-color: #344E08;
}
.BgClassName
{
background-color: #344E08;
}
</style>
border-color css
<style>
span { border-color: #344E08; }
span { border-color: rgb(52,78,8); }
td.TdClassName
{
border-color: #344E08;
}
.TagClassName
{
border-color: #344E08;
}
</style>