Shades of Turtle Green #343D1E
Tints of Turtle Green #343D1E
RGB
CMYK
RGB Variations
Color information
#343D1E (or 0x343D1E) is known color: Turtle Green. HEX triplet: 34, 3D and 1E. RGB value is (52,61,30). Sum of RGB (Red+Green+Blue) = 52+61+30=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 30 (12.11% from 255 or 20.98% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #343D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D1E is #CBC2E1. Grayscale: #363636. Windows color (decimal): -13353698 or 1981748. OLE color: 1981748.
HSL color Cylindrical-coordinate representation of color #343D1E: hue angle of 77.42º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #343D1E is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 30 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.76 |
| HSL | 77.42º | 0.34% | 0.18% | - |
| HSV(B) | 77.42º | 0.51% | 0.24% | - |
| XYZ | 3.32 | 4.16 | 1.86 | - |
| YUV | 54.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 30 | 0.15 | 0 | 0.51 | 0.76 | 77.42 | 0.34 | 0.18 |
| Hex | 34 | 3D | 1E | F | 0 | 33 | 4C | 4D | 22 | 12 |
| Octal | 64 | 75 | 36 | 17 | 0 | 63 | 114 | 115 | 42 | 22 |
| Binary | 110100 | 111101 | 11110 | 1111 | 0 | 110011 | 1001100 | 1001101 | 100010 | 10010 |
Color Harmonies of #343D1E
Complementary color
Monochromatic Colors of #343D1E
Black with #343D1E
Text Example
Text Example
White with #343D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D1E; }
p { color: rgb(52,61,30); }
H1.HeaderClassName
{
color: #343D1E;
}
.AnyTagClassName
{
color: #343D1E;
}
</style>
background-color css
<style>
a { background-color: #343D1E; }
a { background-color: rgb(52,61,30); }
div.DivClassName
{
background-color: #343D1E;
}
.BgClassName
{
background-color: #343D1E;
}
</style>
border-color css
<style>
span { border-color: #343D1E; }
span { border-color: rgb(52,61,30); }
td.TdClassName
{
border-color: #343D1E;
}
.TagClassName
{
border-color: #343D1E;
}
</style>