Shades of Turtle Green #343918
Tints of Turtle Green #343918
RGB
CMYK
RGB Variations
Color information
#343918 (or 0x343918) is known color: Turtle Green. HEX triplet: 34, 39 and 18. RGB value is (52,57,24). Sum of RGB (Red+Green+Blue) = 52+57+24=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 57 (22.66% from 255 or 42.86% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 57 - color contains mainly: green. Hex color #343918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343918 is #CBC6E7. Grayscale: #333333. Windows color (decimal): -13354728 or 1587508. OLE color: 1587508.
HSL color Cylindrical-coordinate representation of color #343918: hue angle of 69.09º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #343918 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 24 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.78 |
| HSL | 69.09º | 0.41% | 0.16% | - |
| HSV(B) | 69.09º | 0.58% | 0.22% | - |
| XYZ | 3.04 | 3.72 | 1.42 | - |
| YUV | 51.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 24 | 0.09 | 0 | 0.58 | 0.78 | 69.09 | 0.41 | 0.16 |
| Hex | 34 | 39 | 18 | 9 | 0 | 3A | 4E | 45 | 29 | 10 |
| Octal | 64 | 71 | 30 | 11 | 0 | 72 | 116 | 105 | 51 | 20 |
| Binary | 110100 | 111001 | 11000 | 1001 | 0 | 111010 | 1001110 | 1000101 | 101001 | 10000 |
Color Harmonies of #343918
Complementary color
Monochromatic Colors of #343918
Black with #343918
Text Example
Text Example
White with #343918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343918; }
p { color: rgb(52,57,24); }
H1.HeaderClassName
{
color: #343918;
}
.AnyTagClassName
{
color: #343918;
}
</style>
background-color css
<style>
a { background-color: #343918; }
a { background-color: rgb(52,57,24); }
div.DivClassName
{
background-color: #343918;
}
.BgClassName
{
background-color: #343918;
}
</style>
border-color css
<style>
span { border-color: #343918; }
span { border-color: rgb(52,57,24); }
td.TdClassName
{
border-color: #343918;
}
.TagClassName
{
border-color: #343918;
}
</style>