Shades of Turtle Green #344118
Tints of Turtle Green #344118
RGB
CMYK
RGB Variations
Color information
#344118 (or 0x344118) is known color: Turtle Green. HEX triplet: 34, 41 and 18. RGB value is (52,65,24). Sum of RGB (Red+Green+Blue) = 52+65+24=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 65 (25.78% from 255 or 46.10% from 141); Blue value is 24 (9.77% from 255 or 17.02% from 141); Max value from RGB is 65 - color contains mainly: green. Hex color #344118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344118 is #CBBEE7. Grayscale: #383838. Windows color (decimal): -13352680 or 1589556. OLE color: 1589556.
HSL color Cylindrical-coordinate representation of color #344118: hue angle of 79.02º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #344118 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 24 | - |
| CMYK | 0.20 | 0 | 0.63 | 0.75 |
| HSL | 79.02º | 0.46% | 0.17% | - |
| HSV(B) | 79.02º | 0.63% | 0.25% | - |
| XYZ | 3.47 | 4.58 | 1.56 | - |
| YUV | 56.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 24 | 0.20 | 0 | 0.63 | 0.75 | 79.02 | 0.46 | 0.17 |
| Hex | 34 | 41 | 18 | 14 | 0 | 3F | 4B | 4F | 2E | 11 |
| Octal | 64 | 101 | 30 | 24 | 0 | 77 | 113 | 117 | 56 | 21 |
| Binary | 110100 | 1000001 | 11000 | 10100 | 0 | 111111 | 1001011 | 1001111 | 101110 | 10001 |
Color Harmonies of #344118
Complementary color
Monochromatic Colors of #344118
Black with #344118
Text Example
Text Example
White with #344118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344118; }
p { color: rgb(52,65,24); }
H1.HeaderClassName
{
color: #344118;
}
.AnyTagClassName
{
color: #344118;
}
</style>
background-color css
<style>
a { background-color: #344118; }
a { background-color: rgb(52,65,24); }
div.DivClassName
{
background-color: #344118;
}
.BgClassName
{
background-color: #344118;
}
</style>
border-color css
<style>
span { border-color: #344118; }
span { border-color: rgb(52,65,24); }
td.TdClassName
{
border-color: #344118;
}
.TagClassName
{
border-color: #344118;
}
</style>