Shades of Turtle Green #343D0D
Tints of Turtle Green #343D0D
RGB
CMYK
RGB Variations
Color information
#343D0D (or 0x343D0D) is known color: Turtle Green. HEX triplet: 34, 3D and 0D. RGB value is (52,61,13). Sum of RGB (Red+Green+Blue) = 52+61+13=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 61 (24.22% from 255 or 48.41% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 61 - color contains mainly: green. Hex color #343D0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D0D is #CBC2F2. Grayscale: #353535. Windows color (decimal): -13353715 or 867636. OLE color: 867636.
HSL color Cylindrical-coordinate representation of color #343D0D: hue angle of 71.25º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #343D0D is Cyan = 0.15, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 13 | - |
| CMYK | 0.15 | 0 | 0.79 | 0.76 |
| HSL | 71.25º | 0.65% | 0.15% | - |
| HSV(B) | 71.25º | 0.79% | 0.24% | - |
| XYZ | 3.16 | 4.1 | 1.01 | - |
| YUV | 52.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 13 | 0.15 | 0 | 0.79 | 0.76 | 71.25 | 0.65 | 0.15 |
| Hex | 34 | 3D | D | F | 0 | 4F | 4C | 47 | 41 | F |
| Octal | 64 | 75 | 15 | 17 | 0 | 117 | 114 | 107 | 101 | 17 |
| Binary | 110100 | 111101 | 1101 | 1111 | 0 | 1001111 | 1001100 | 1000111 | 1000001 | 1111 |
Color Harmonies of #343D0D
Complementary color
Monochromatic Colors of #343D0D
Black with #343D0D
Text Example
Text Example
White with #343D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D0D; }
p { color: rgb(52,61,13); }
H1.HeaderClassName
{
color: #343D0D;
}
.AnyTagClassName
{
color: #343D0D;
}
</style>
background-color css
<style>
a { background-color: #343D0D; }
a { background-color: rgb(52,61,13); }
div.DivClassName
{
background-color: #343D0D;
}
.BgClassName
{
background-color: #343D0D;
}
</style>
border-color css
<style>
span { border-color: #343D0D; }
span { border-color: rgb(52,61,13); }
td.TdClassName
{
border-color: #343D0D;
}
.TagClassName
{
border-color: #343D0D;
}
</style>