Shades of Turtle Green #343C15
Tints of Turtle Green #343C15
RGB
CMYK
RGB Variations
Color information
#343C15 (or 0x343C15) is known color: Turtle Green. HEX triplet: 34, 3C and 15. RGB value is (52,60,21). Sum of RGB (Red+Green+Blue) = 52+60+21=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #343C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C15 is #CBC3EA. Grayscale: #353535. Windows color (decimal): -13353963 or 1391668. OLE color: 1391668.
HSL color Cylindrical-coordinate representation of color #343C15: hue angle of 72.31º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #343C15 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 21 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.76 |
| HSL | 72.31º | 0.48% | 0.16% | - |
| HSV(B) | 72.31º | 0.65% | 0.24% | - |
| XYZ | 3.17 | 4.02 | 1.32 | - |
| YUV | 53.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 21 | 0.13 | 0 | 0.65 | 0.76 | 72.31 | 0.48 | 0.16 |
| Hex | 34 | 3C | 15 | D | 0 | 41 | 4C | 48 | 30 | 10 |
| Octal | 64 | 74 | 25 | 15 | 0 | 101 | 114 | 110 | 60 | 20 |
| Binary | 110100 | 111100 | 10101 | 1101 | 0 | 1000001 | 1001100 | 1001000 | 110000 | 10000 |
Color Harmonies of #343C15
Complementary color
Monochromatic Colors of #343C15
Black with #343C15
Text Example
Text Example
White with #343C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C15; }
p { color: rgb(52,60,21); }
H1.HeaderClassName
{
color: #343C15;
}
.AnyTagClassName
{
color: #343C15;
}
</style>
background-color css
<style>
a { background-color: #343C15; }
a { background-color: rgb(52,60,21); }
div.DivClassName
{
background-color: #343C15;
}
.BgClassName
{
background-color: #343C15;
}
</style>
border-color css
<style>
span { border-color: #343C15; }
span { border-color: rgb(52,60,21); }
td.TdClassName
{
border-color: #343C15;
}
.TagClassName
{
border-color: #343C15;
}
</style>