Shades of Turtle Green #34530D
Tints of Turtle Green #34530D
RGB
CMYK
RGB Variations
Color information
#34530D (or 0x34530D) is known color: Turtle Green. HEX triplet: 34, 53 and 0D. RGB value is (52,83,13). Sum of RGB (Red+Green+Blue) = 52+83+13=148 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.14% from 148); Green value is 83 (32.81% from 255 or 56.08% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 83 - color contains mainly: green. Hex color #34530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #34530D is #CBACF2. Grayscale: #424242. Windows color (decimal): -13348083 or 873268. OLE color: 873268.
HSL color Cylindrical-coordinate representation of color #34530D: hue angle of 86.57º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34530D is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 83 | 13 | - |
| CMYK | 0.37 | 0 | 0.84 | 0.67 |
| HSL | 86.57º | 0.73% | 0.19% | - |
| HSV(B) | 86.57º | 0.84% | 0.33% | - |
| XYZ | 4.58 | 6.95 | 1.48 | - |
| YUV | 65.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 83 | 13 | 0.37 | 0 | 0.84 | 0.67 | 86.57 | 0.73 | 0.19 |
| Hex | 34 | 53 | D | 25 | 0 | 54 | 43 | 57 | 49 | 13 |
| Octal | 64 | 123 | 15 | 45 | 0 | 124 | 103 | 127 | 111 | 23 |
| Binary | 110100 | 1010011 | 1101 | 100101 | 0 | 1010100 | 1000011 | 1010111 | 1001001 | 10011 |
Color Harmonies of #34530D
Complementary color
Monochromatic Colors of #34530D
Black with #34530D
Text Example
Text Example
White with #34530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34530D; }
p { color: rgb(52,83,13); }
H1.HeaderClassName
{
color: #34530D;
}
.AnyTagClassName
{
color: #34530D;
}
</style>
background-color css
<style>
a { background-color: #34530D; }
a { background-color: rgb(52,83,13); }
div.DivClassName
{
background-color: #34530D;
}
.BgClassName
{
background-color: #34530D;
}
</style>
border-color css
<style>
span { border-color: #34530D; }
span { border-color: rgb(52,83,13); }
td.TdClassName
{
border-color: #34530D;
}
.TagClassName
{
border-color: #34530D;
}
</style>