Shades of Turtle Green #343D1C
Tints of Turtle Green #343D1C
RGB
CMYK
RGB Variations
Color information
#343D1C (or 0x343D1C) is known color: Turtle Green. HEX triplet: 34, 3D and 1C. RGB value is (52,61,28). Sum of RGB (Red+Green+Blue) = 52+61+28=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #343D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D1C is #CBC2E3. Grayscale: #363636. Windows color (decimal): -13353700 or 1850676. OLE color: 1850676.
HSL color Cylindrical-coordinate representation of color #343D1C: hue angle of 76.36º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #343D1C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 28 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.76 |
| HSL | 76.36º | 0.37% | 0.17% | - |
| HSV(B) | 76.36º | 0.54% | 0.24% | - |
| XYZ | 3.29 | 4.15 | 1.73 | - |
| YUV | 54.55 | 113.02 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 28 | 0.15 | 0 | 0.54 | 0.76 | 76.36 | 0.37 | 0.17 |
| Hex | 34 | 3D | 1C | F | 0 | 36 | 4C | 4C | 25 | 11 |
| Octal | 64 | 75 | 34 | 17 | 0 | 66 | 114 | 114 | 45 | 21 |
| Binary | 110100 | 111101 | 11100 | 1111 | 0 | 110110 | 1001100 | 1001100 | 100101 | 10001 |
Color Harmonies of #343D1C
Complementary color
Monochromatic Colors of #343D1C
Black with #343D1C
Text Example
Text Example
White with #343D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D1C; }
p { color: rgb(52,61,28); }
H1.HeaderClassName
{
color: #343D1C;
}
.AnyTagClassName
{
color: #343D1C;
}
</style>
background-color css
<style>
a { background-color: #343D1C; }
a { background-color: rgb(52,61,28); }
div.DivClassName
{
background-color: #343D1C;
}
.BgClassName
{
background-color: #343D1C;
}
</style>
border-color css
<style>
span { border-color: #343D1C; }
span { border-color: rgb(52,61,28); }
td.TdClassName
{
border-color: #343D1C;
}
.TagClassName
{
border-color: #343D1C;
}
</style>