Shades of Turtle Green #344518
Tints of Turtle Green #344518
RGB
CMYK
RGB Variations
Color information
#344518 (or 0x344518) is known color: Turtle Green. HEX triplet: 34, 45 and 18. RGB value is (52,69,24). Sum of RGB (Red+Green+Blue) = 52+69+24=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 69 - color contains mainly: green. Hex color #344518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344518 is #CBBAE7. Grayscale: #3A3A3A. Windows color (decimal): -13351656 or 1590580. OLE color: 1590580.
HSL color Cylindrical-coordinate representation of color #344518: hue angle of 82.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #344518 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 24 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.73 |
| HSL | 82.67º | 0.48% | 0.18% | - |
| HSV(B) | 82.67º | 0.65% | 0.27% | - |
| XYZ | 3.71 | 5.05 | 1.64 | - |
| YUV | 58.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 24 | 0.25 | 0 | 0.65 | 0.73 | 82.67 | 0.48 | 0.18 |
| Hex | 34 | 45 | 18 | 19 | 0 | 41 | 49 | 53 | 30 | 12 |
| Octal | 64 | 105 | 30 | 31 | 0 | 101 | 111 | 123 | 60 | 22 |
| Binary | 110100 | 1000101 | 11000 | 11001 | 0 | 1000001 | 1001001 | 1010011 | 110000 | 10010 |
Color Harmonies of #344518
Complementary color
Monochromatic Colors of #344518
Black with #344518
Text Example
Text Example
White with #344518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344518; }
p { color: rgb(52,69,24); }
H1.HeaderClassName
{
color: #344518;
}
.AnyTagClassName
{
color: #344518;
}
</style>
background-color css
<style>
a { background-color: #344518; }
a { background-color: rgb(52,69,24); }
div.DivClassName
{
background-color: #344518;
}
.BgClassName
{
background-color: #344518;
}
</style>
border-color css
<style>
span { border-color: #344518; }
span { border-color: rgb(52,69,24); }
td.TdClassName
{
border-color: #344518;
}
.TagClassName
{
border-color: #344518;
}
</style>