Shades of Turtle Green #343B09
Tints of Turtle Green #343B09
RGB
CMYK
RGB Variations
Color information
#343B09 (or 0x343B09) is known color: Turtle Green. HEX triplet: 34, 3B and 09. RGB value is (52,59,9). Sum of RGB (Red+Green+Blue) = 52+59+9=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 9 (3.91% from 255 or 7.5% from 120); Max value from RGB is 59 - color contains mainly: green. Hex color #343B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B09 is #CBC4F6. Grayscale: #333333. Windows color (decimal): -13354231 or 604980. OLE color: 604980.
HSL color Cylindrical-coordinate representation of color #343B09: hue angle of 68.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #343B09 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 9 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.77 |
| HSL | 68.4º | 0.74% | 0.13% | - |
| HSV(B) | 68.4º | 0.85% | 0.23% | - |
| XYZ | 3.03 | 3.88 | 0.85 | - |
| YUV | 51.21 | 104.18 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 9 | 0.12 | 0 | 0.85 | 0.77 | 68.4 | 0.74 | 0.13 |
| Hex | 34 | 3B | 9 | C | 0 | 55 | 4D | 44 | 4A | D |
| Octal | 64 | 73 | 11 | 14 | 0 | 125 | 115 | 104 | 112 | 15 |
| Binary | 110100 | 111011 | 1001 | 1100 | 0 | 1010101 | 1001101 | 1000100 | 1001010 | 1101 |
Color Harmonies of #343B09
Complementary color
Monochromatic Colors of #343B09
Black with #343B09
Text Example
Text Example
White with #343B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B09; }
p { color: rgb(52,59,9); }
H1.HeaderClassName
{
color: #343B09;
}
.AnyTagClassName
{
color: #343B09;
}
</style>
background-color css
<style>
a { background-color: #343B09; }
a { background-color: rgb(52,59,9); }
div.DivClassName
{
background-color: #343B09;
}
.BgClassName
{
background-color: #343B09;
}
</style>
border-color css
<style>
span { border-color: #343B09; }
span { border-color: rgb(52,59,9); }
td.TdClassName
{
border-color: #343B09;
}
.TagClassName
{
border-color: #343B09;
}
</style>