Shades of Turtle Green #343C0D
Tints of Turtle Green #343C0D
RGB
CMYK
RGB Variations
Color information
#343C0D (or 0x343C0D) is known color: Turtle Green. HEX triplet: 34, 3C and 0D. RGB value is (52,60,13). Sum of RGB (Red+Green+Blue) = 52+60+13=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #343C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343C0D is #CBC3F2. Grayscale: #343434. Windows color (decimal): -13353971 or 867380. OLE color: 867380.
HSL color Cylindrical-coordinate representation of color #343C0D: hue angle of 70.21º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #343C0D is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 13 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.76 |
| HSL | 70.21º | 0.64% | 0.14% | - |
| HSV(B) | 70.21º | 0.78% | 0.24% | - |
| XYZ | 3.1 | 3.99 | 0.99 | - |
| YUV | 52.25 | 105.85 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 13 | 0.13 | 0 | 0.78 | 0.76 | 70.21 | 0.64 | 0.14 |
| Hex | 34 | 3C | D | D | 0 | 4E | 4C | 46 | 40 | E |
| Octal | 64 | 74 | 15 | 15 | 0 | 116 | 114 | 106 | 100 | 16 |
| Binary | 110100 | 111100 | 1101 | 1101 | 0 | 1001110 | 1001100 | 1000110 | 1000000 | 1110 |
Color Harmonies of #343C0D
Complementary color
Monochromatic Colors of #343C0D
Black with #343C0D
Text Example
Text Example
White with #343C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C0D; }
p { color: rgb(52,60,13); }
H1.HeaderClassName
{
color: #343C0D;
}
.AnyTagClassName
{
color: #343C0D;
}
</style>
background-color css
<style>
a { background-color: #343C0D; }
a { background-color: rgb(52,60,13); }
div.DivClassName
{
background-color: #343C0D;
}
.BgClassName
{
background-color: #343C0D;
}
</style>
border-color css
<style>
span { border-color: #343C0D; }
span { border-color: rgb(52,60,13); }
td.TdClassName
{
border-color: #343C0D;
}
.TagClassName
{
border-color: #343C0D;
}
</style>