Shades of Turtle Green #343F09
Tints of Turtle Green #343F09
RGB
CMYK
RGB Variations
Color information
#343F09 (or 0x343F09) is known color: Turtle Green. HEX triplet: 34, 3F and 09. RGB value is (52,63,9). Sum of RGB (Red+Green+Blue) = 52+63+9=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #343F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F09 is #CBC0F6. Grayscale: #353535. Windows color (decimal): -13353207 or 606004. OLE color: 606004.
HSL color Cylindrical-coordinate representation of color #343F09: hue angle of 72.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #343F09 is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 9 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.75 |
| HSL | 72.22º | 0.75% | 0.14% | - |
| HSV(B) | 72.22º | 0.86% | 0.25% | - |
| XYZ | 3.24 | 4.3 | 0.92 | - |
| YUV | 53.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 9 | 0.17 | 0 | 0.86 | 0.75 | 72.22 | 0.75 | 0.14 |
| Hex | 34 | 3F | 9 | 11 | 0 | 56 | 4B | 48 | 4B | E |
| Octal | 64 | 77 | 11 | 21 | 0 | 126 | 113 | 110 | 113 | 16 |
| Binary | 110100 | 111111 | 1001 | 10001 | 0 | 1010110 | 1001011 | 1001000 | 1001011 | 1110 |
Color Harmonies of #343F09
Complementary color
Monochromatic Colors of #343F09
Black with #343F09
Text Example
Text Example
White with #343F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F09; }
p { color: rgb(52,63,9); }
H1.HeaderClassName
{
color: #343F09;
}
.AnyTagClassName
{
color: #343F09;
}
</style>
background-color css
<style>
a { background-color: #343F09; }
a { background-color: rgb(52,63,9); }
div.DivClassName
{
background-color: #343F09;
}
.BgClassName
{
background-color: #343F09;
}
</style>
border-color css
<style>
span { border-color: #343F09; }
span { border-color: rgb(52,63,9); }
td.TdClassName
{
border-color: #343F09;
}
.TagClassName
{
border-color: #343F09;
}
</style>