Shades of Turtle Green #343E09
Tints of Turtle Green #343E09
RGB
CMYK
RGB Variations
Color information
#343E09 (or 0x343E09) is known color: Turtle Green. HEX triplet: 34, 3E and 09. RGB value is (52,62,9). Sum of RGB (Red+Green+Blue) = 52+62+9=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 9 (3.91% from 255 or 7.32% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #343E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E09 is #CBC1F6. Grayscale: #353535. Windows color (decimal): -13353463 or 605748. OLE color: 605748.
HSL color Cylindrical-coordinate representation of color #343E09: hue angle of 71.32º degrees, saturation: 0.75, 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 #343E09 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 9 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.76 |
| HSL | 71.32º | 0.75% | 0.14% | - |
| HSV(B) | 71.32º | 0.85% | 0.24% | - |
| XYZ | 3.19 | 4.2 | 0.9 | - |
| YUV | 52.97 | 103.19 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 9 | 0.16 | 0 | 0.85 | 0.76 | 71.32 | 0.75 | 0.14 |
| Hex | 34 | 3E | 9 | 10 | 0 | 55 | 4C | 47 | 4B | E |
| Octal | 64 | 76 | 11 | 20 | 0 | 125 | 114 | 107 | 113 | 16 |
| Binary | 110100 | 111110 | 1001 | 10000 | 0 | 1010101 | 1001100 | 1000111 | 1001011 | 1110 |
Color Harmonies of #343E09
Complementary color
Monochromatic Colors of #343E09
Black with #343E09
Text Example
Text Example
White with #343E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E09; }
p { color: rgb(52,62,9); }
H1.HeaderClassName
{
color: #343E09;
}
.AnyTagClassName
{
color: #343E09;
}
</style>
background-color css
<style>
a { background-color: #343E09; }
a { background-color: rgb(52,62,9); }
div.DivClassName
{
background-color: #343E09;
}
.BgClassName
{
background-color: #343E09;
}
</style>
border-color css
<style>
span { border-color: #343E09; }
span { border-color: rgb(52,62,9); }
td.TdClassName
{
border-color: #343E09;
}
.TagClassName
{
border-color: #343E09;
}
</style>