Shades of Turtle Green #34410A
Tints of Turtle Green #34410A
RGB
CMYK
RGB Variations
Color information
#34410A (or 0x34410A) is known color: Turtle Green. HEX triplet: 34, 41 and 0A. RGB value is (52,65,10). Sum of RGB (Red+Green+Blue) = 52+65+10=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #34410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34410A is #CBBEF5. Grayscale: #373737. Windows color (decimal): -13352694 or 672052. OLE color: 672052.
HSL color Cylindrical-coordinate representation of color #34410A: hue angle of 74.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #34410A is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 65 | 10 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.75 |
| HSL | 74.18º | 0.73% | 0.15% | - |
| HSV(B) | 74.18º | 0.85% | 0.25% | - |
| XYZ | 3.36 | 4.53 | 0.98 | - |
| YUV | 54.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 65 | 10 | 0.20 | 0 | 0.85 | 0.75 | 74.18 | 0.73 | 0.15 |
| Hex | 34 | 41 | A | 14 | 0 | 55 | 4B | 4A | 49 | F |
| Octal | 64 | 101 | 12 | 24 | 0 | 125 | 113 | 112 | 111 | 17 |
| Binary | 110100 | 1000001 | 1010 | 10100 | 0 | 1010101 | 1001011 | 1001010 | 1001001 | 1111 |
Color Harmonies of #34410A
Complementary color
Monochromatic Colors of #34410A
Black with #34410A
Text Example
Text Example
White with #34410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34410A; }
p { color: rgb(52,65,10); }
H1.HeaderClassName
{
color: #34410A;
}
.AnyTagClassName
{
color: #34410A;
}
</style>
background-color css
<style>
a { background-color: #34410A; }
a { background-color: rgb(52,65,10); }
div.DivClassName
{
background-color: #34410A;
}
.BgClassName
{
background-color: #34410A;
}
</style>
border-color css
<style>
span { border-color: #34410A; }
span { border-color: rgb(52,65,10); }
td.TdClassName
{
border-color: #34410A;
}
.TagClassName
{
border-color: #34410A;
}
</style>