Shades of Turtle Green #343C1E
Tints of Turtle Green #343C1E
RGB
CMYK
RGB Variations
Color information
#343C1E (or 0x343C1E) is known color: Turtle Green. HEX triplet: 34, 3C and 1E. RGB value is (52,60,30). Sum of RGB (Red+Green+Blue) = 52+60+30=142 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.62% from 142); Green value is 60 (23.83% from 255 or 42.25% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 60 - color contains mainly: green. Hex color #343C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C1E is #CBC3E1. Grayscale: #363636. Windows color (decimal): -13353954 or 1981492. OLE color: 1981492.
HSL color Cylindrical-coordinate representation of color #343C1E: hue angle of 76º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #343C1E is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 30 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.76 |
| HSL | 76º | 0.33% | 0.18% | - |
| HSV(B) | 76º | 0.5% | 0.24% | - |
| XYZ | 3.27 | 4.06 | 1.84 | - |
| YUV | 54.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 30 | 0.13 | 0 | 0.50 | 0.76 | 76 | 0.33 | 0.18 |
| Hex | 34 | 3C | 1E | D | 0 | 32 | 4C | 4C | 21 | 12 |
| Octal | 64 | 74 | 36 | 15 | 0 | 62 | 114 | 114 | 41 | 22 |
| Binary | 110100 | 111100 | 11110 | 1101 | 0 | 110010 | 1001100 | 1001100 | 100001 | 10010 |
Color Harmonies of #343C1E
Complementary color
Monochromatic Colors of #343C1E
Black with #343C1E
Text Example
Text Example
White with #343C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C1E; }
p { color: rgb(52,60,30); }
H1.HeaderClassName
{
color: #343C1E;
}
.AnyTagClassName
{
color: #343C1E;
}
</style>
background-color css
<style>
a { background-color: #343C1E; }
a { background-color: rgb(52,60,30); }
div.DivClassName
{
background-color: #343C1E;
}
.BgClassName
{
background-color: #343C1E;
}
</style>
border-color css
<style>
span { border-color: #343C1E; }
span { border-color: rgb(52,60,30); }
td.TdClassName
{
border-color: #343C1E;
}
.TagClassName
{
border-color: #343C1E;
}
</style>