Shades of Turtle Green #344309
Tints of Turtle Green #344309
RGB
CMYK
RGB Variations
Color information
#344309 (or 0x344309) is known color: Turtle Green. HEX triplet: 34, 43 and 09. RGB value is (52,67,9). Sum of RGB (Red+Green+Blue) = 52+67+9=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 9 (3.91% from 255 or 7.03% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #344309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344309 is #CBBCF6. Grayscale: #383838. Windows color (decimal): -13352183 or 607028. OLE color: 607028.
HSL color Cylindrical-coordinate representation of color #344309: hue angle of 75.52º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #344309 is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 9 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.74 |
| HSL | 75.52º | 0.76% | 0.15% | - |
| HSV(B) | 75.52º | 0.87% | 0.26% | - |
| XYZ | 3.47 | 4.76 | 0.99 | - |
| YUV | 55.9 | 101.53 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 9 | 0.22 | 0 | 0.87 | 0.74 | 75.52 | 0.76 | 0.15 |
| Hex | 34 | 43 | 9 | 16 | 0 | 57 | 4A | 4C | 4C | F |
| Octal | 64 | 103 | 11 | 26 | 0 | 127 | 112 | 114 | 114 | 17 |
| Binary | 110100 | 1000011 | 1001 | 10110 | 0 | 1010111 | 1001010 | 1001100 | 1001100 | 1111 |
Color Harmonies of #344309
Complementary color
Monochromatic Colors of #344309
Black with #344309
Text Example
Text Example
White with #344309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344309; }
p { color: rgb(52,67,9); }
H1.HeaderClassName
{
color: #344309;
}
.AnyTagClassName
{
color: #344309;
}
</style>
background-color css
<style>
a { background-color: #344309; }
a { background-color: rgb(52,67,9); }
div.DivClassName
{
background-color: #344309;
}
.BgClassName
{
background-color: #344309;
}
</style>
border-color css
<style>
span { border-color: #344309; }
span { border-color: rgb(52,67,9); }
td.TdClassName
{
border-color: #344309;
}
.TagClassName
{
border-color: #344309;
}
</style>