Shades of Turtle Green #343D15
Tints of Turtle Green #343D15
RGB
CMYK
RGB Variations
Color information
#343D15 (or 0x343D15) is known color: Turtle Green. HEX triplet: 34, 3D and 15. RGB value is (52,61,21). Sum of RGB (Red+Green+Blue) = 52+61+21=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 61 (24.22% from 255 or 45.52% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 61 - color contains mainly: green. Hex color #343D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D15 is #CBC2EA. Grayscale: #353535. Windows color (decimal): -13353707 or 1391924. OLE color: 1391924.
HSL color Cylindrical-coordinate representation of color #343D15: hue angle of 73.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #343D15 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 21 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.76 |
| HSL | 73.5º | 0.49% | 0.16% | - |
| HSV(B) | 73.5º | 0.66% | 0.24% | - |
| XYZ | 3.22 | 4.12 | 1.34 | - |
| YUV | 53.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 21 | 0.15 | 0 | 0.66 | 0.76 | 73.5 | 0.49 | 0.16 |
| Hex | 34 | 3D | 15 | F | 0 | 42 | 4C | 4A | 31 | 10 |
| Octal | 64 | 75 | 25 | 17 | 0 | 102 | 114 | 112 | 61 | 20 |
| Binary | 110100 | 111101 | 10101 | 1111 | 0 | 1000010 | 1001100 | 1001010 | 110001 | 10000 |
Color Harmonies of #343D15
Complementary color
Monochromatic Colors of #343D15
Black with #343D15
Text Example
Text Example
White with #343D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D15; }
p { color: rgb(52,61,21); }
H1.HeaderClassName
{
color: #343D15;
}
.AnyTagClassName
{
color: #343D15;
}
</style>
background-color css
<style>
a { background-color: #343D15; }
a { background-color: rgb(52,61,21); }
div.DivClassName
{
background-color: #343D15;
}
.BgClassName
{
background-color: #343D15;
}
</style>
border-color css
<style>
span { border-color: #343D15; }
span { border-color: rgb(52,61,21); }
td.TdClassName
{
border-color: #343D15;
}
.TagClassName
{
border-color: #343D15;
}
</style>