Shades of Turtle Green #34390A
Tints of Turtle Green #34390A
RGB
CMYK
RGB Variations
Color information
#34390A (or 0x34390A) is known color: Turtle Green. HEX triplet: 34, 39 and 0A. RGB value is (52,57,10). Sum of RGB (Red+Green+Blue) = 52+57+10=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 57 - color contains mainly: green. Hex color #34390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #34390A is #CBC6F5. Grayscale: #323232. Windows color (decimal): -13354742 or 670004. OLE color: 670004.
HSL color Cylindrical-coordinate representation of color #34390A: hue angle of 66.38º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34390A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 52 | 57 | 10 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.78 |
| HSL | 66.38º | 0.7% | 0.13% | - |
| HSV(B) | 66.38º | 0.82% | 0.22% | - |
| XYZ | 2.93 | 3.68 | 0.84 | - |
| YUV | 50.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 57 | 10 | 0.09 | 0 | 0.82 | 0.78 | 66.38 | 0.7 | 0.13 |
| Hex | 34 | 39 | A | 9 | 0 | 52 | 4E | 42 | 46 | D |
| Octal | 64 | 71 | 12 | 11 | 0 | 122 | 116 | 102 | 106 | 15 |
| Binary | 110100 | 111001 | 1010 | 1001 | 0 | 1010010 | 1001110 | 1000010 | 1000110 | 1101 |
Color Harmonies of #34390A
Complementary color
Monochromatic Colors of #34390A
Black with #34390A
Text Example
Text Example
White with #34390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34390A; }
p { color: rgb(52,57,10); }
H1.HeaderClassName
{
color: #34390A;
}
.AnyTagClassName
{
color: #34390A;
}
</style>
background-color css
<style>
a { background-color: #34390A; }
a { background-color: rgb(52,57,10); }
div.DivClassName
{
background-color: #34390A;
}
.BgClassName
{
background-color: #34390A;
}
</style>
border-color css
<style>
span { border-color: #34390A; }
span { border-color: rgb(52,57,10); }
td.TdClassName
{
border-color: #34390A;
}
.TagClassName
{
border-color: #34390A;
}
</style>