Shades of Turtle Green #344312
Tints of Turtle Green #344312
RGB
CMYK
RGB Variations
Color information
#344312 (or 0x344312) is known color: Turtle Green. HEX triplet: 34, 43 and 12. RGB value is (52,67,18). Sum of RGB (Red+Green+Blue) = 52+67+18=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #344312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344312 is #CBBCED. Grayscale: #393939. Windows color (decimal): -13352174 or 1196852. OLE color: 1196852.
HSL color Cylindrical-coordinate representation of color #344312: hue angle of 78.37º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344312 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 67 | 18 | - |
| CMYK | 0.22 | 0 | 0.73 | 0.74 |
| HSL | 78.37º | 0.58% | 0.17% | - |
| HSV(B) | 78.37º | 0.73% | 0.26% | - |
| XYZ | 3.53 | 4.79 | 1.31 | - |
| YUV | 56.93 | 106.03 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 67 | 18 | 0.22 | 0 | 0.73 | 0.74 | 78.37 | 0.58 | 0.17 |
| Hex | 34 | 43 | 12 | 16 | 0 | 49 | 4A | 4E | 3A | 11 |
| Octal | 64 | 103 | 22 | 26 | 0 | 111 | 112 | 116 | 72 | 21 |
| Binary | 110100 | 1000011 | 10010 | 10110 | 0 | 1001001 | 1001010 | 1001110 | 111010 | 10001 |
Color Harmonies of #344312
Complementary color
Monochromatic Colors of #344312
Black with #344312
Text Example
Text Example
White with #344312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344312; }
p { color: rgb(52,67,18); }
H1.HeaderClassName
{
color: #344312;
}
.AnyTagClassName
{
color: #344312;
}
</style>
background-color css
<style>
a { background-color: #344312; }
a { background-color: rgb(52,67,18); }
div.DivClassName
{
background-color: #344312;
}
.BgClassName
{
background-color: #344312;
}
</style>
border-color css
<style>
span { border-color: #344312; }
span { border-color: rgb(52,67,18); }
td.TdClassName
{
border-color: #344312;
}
.TagClassName
{
border-color: #344312;
}
</style>