Shades of Turtle Green #343D10
Tints of Turtle Green #343D10
RGB
CMYK
RGB Variations
Color information
#343D10 (or 0x343D10) is known color: Turtle Green. HEX triplet: 34, 3D and 10. RGB value is (52,61,16). Sum of RGB (Red+Green+Blue) = 52+61+16=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #343D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D10 is #CBC2EF. Grayscale: #353535. Windows color (decimal): -13353712 or 1064244. OLE color: 1064244.
HSL color Cylindrical-coordinate representation of color #343D10: hue angle of 72º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #343D10 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 16 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.76 |
| HSL | 72º | 0.58% | 0.15% | - |
| HSV(B) | 72º | 0.74% | 0.24% | - |
| XYZ | 3.18 | 4.1 | 1.12 | - |
| YUV | 53.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 16 | 0.15 | 0 | 0.74 | 0.76 | 72 | 0.58 | 0.15 |
| Hex | 34 | 3D | 10 | F | 0 | 4A | 4C | 48 | 3A | F |
| Octal | 64 | 75 | 20 | 17 | 0 | 112 | 114 | 110 | 72 | 17 |
| Binary | 110100 | 111101 | 10000 | 1111 | 0 | 1001010 | 1001100 | 1001000 | 111010 | 1111 |
Color Harmonies of #343D10
Complementary color
Monochromatic Colors of #343D10
Black with #343D10
Text Example
Text Example
White with #343D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D10; }
p { color: rgb(52,61,16); }
H1.HeaderClassName
{
color: #343D10;
}
.AnyTagClassName
{
color: #343D10;
}
</style>
background-color css
<style>
a { background-color: #343D10; }
a { background-color: rgb(52,61,16); }
div.DivClassName
{
background-color: #343D10;
}
.BgClassName
{
background-color: #343D10;
}
</style>
border-color css
<style>
span { border-color: #343D10; }
span { border-color: rgb(52,61,16); }
td.TdClassName
{
border-color: #343D10;
}
.TagClassName
{
border-color: #343D10;
}
</style>