Shades of Turtle Green #34390E
Tints of Turtle Green #34390E
RGB
CMYK
RGB Variations
Color information
#34390E (or 0x34390E) is known color: Turtle Green. HEX triplet: 34, 39 and 0E. RGB value is (52,57,14). Sum of RGB (Red+Green+Blue) = 52+57+14=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 14 (5.86% from 255 or 11.38% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #34390E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390E is #CBC6F1. Grayscale: #323232. Windows color (decimal): -13354738 or 932148. OLE color: 932148.
HSL color Cylindrical-coordinate representation of color #34390E: hue angle of 66.98º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34390E is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 14 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.78 |
| HSL | 66.98º | 0.61% | 0.14% | - |
| HSV(B) | 66.98º | 0.75% | 0.22% | - |
| XYZ | 2.96 | 3.69 | 0.97 | - |
| YUV | 50.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 14 | 0.09 | 0 | 0.75 | 0.78 | 66.98 | 0.61 | 0.14 |
| Hex | 34 | 39 | E | 9 | 0 | 4B | 4E | 43 | 3D | E |
| Octal | 64 | 71 | 16 | 11 | 0 | 113 | 116 | 103 | 75 | 16 |
| Binary | 110100 | 111001 | 1110 | 1001 | 0 | 1001011 | 1001110 | 1000011 | 111101 | 1110 |
Color Harmonies of #34390E
Complementary color
Monochromatic Colors of #34390E
Black with #34390E
Text Example
Text Example
White with #34390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34390E; }
p { color: rgb(52,57,14); }
H1.HeaderClassName
{
color: #34390E;
}
.AnyTagClassName
{
color: #34390E;
}
</style>
background-color css
<style>
a { background-color: #34390E; }
a { background-color: rgb(52,57,14); }
div.DivClassName
{
background-color: #34390E;
}
.BgClassName
{
background-color: #34390E;
}
</style>
border-color css
<style>
span { border-color: #34390E; }
span { border-color: rgb(52,57,14); }
td.TdClassName
{
border-color: #34390E;
}
.TagClassName
{
border-color: #34390E;
}
</style>