Shades of Turtle Green #343D09
Tints of Turtle Green #343D09
RGB
CMYK
RGB Variations
Color information
#343D09 (or 0x343D09) is known color: Turtle Green. HEX triplet: 34, 3D and 09. RGB value is (52,61,9). Sum of RGB (Red+Green+Blue) = 52+61+9=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #343D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343D09 is #CBC2F6. Grayscale: #343434. Windows color (decimal): -13353719 or 605492. OLE color: 605492.
HSL color Cylindrical-coordinate representation of color #343D09: hue angle of 70.38º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #343D09 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 61 | 9 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.76 |
| HSL | 70.38º | 0.74% | 0.14% | - |
| HSV(B) | 70.38º | 0.85% | 0.24% | - |
| XYZ | 3.13 | 4.09 | 0.88 | - |
| YUV | 52.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 9 | 0.15 | 0 | 0.85 | 0.76 | 70.38 | 0.74 | 0.14 |
| Hex | 34 | 3D | 9 | F | 0 | 55 | 4C | 46 | 4A | E |
| Octal | 64 | 75 | 11 | 17 | 0 | 125 | 114 | 106 | 112 | 16 |
| Binary | 110100 | 111101 | 1001 | 1111 | 0 | 1010101 | 1001100 | 1000110 | 1001010 | 1110 |
Color Harmonies of #343D09
Complementary color
Monochromatic Colors of #343D09
Black with #343D09
Text Example
Text Example
White with #343D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D09; }
p { color: rgb(52,61,9); }
H1.HeaderClassName
{
color: #343D09;
}
.AnyTagClassName
{
color: #343D09;
}
</style>
background-color css
<style>
a { background-color: #343D09; }
a { background-color: rgb(52,61,9); }
div.DivClassName
{
background-color: #343D09;
}
.BgClassName
{
background-color: #343D09;
}
</style>
border-color css
<style>
span { border-color: #343D09; }
span { border-color: rgb(52,61,9); }
td.TdClassName
{
border-color: #343D09;
}
.TagClassName
{
border-color: #343D09;
}
</style>