Shades of Turtle Green #32510D
Tints of Turtle Green #32510D
RGB
CMYK
RGB Variations
Color information
#32510D (or 0x32510D) is known color: Turtle Green. HEX triplet: 32, 51 and 0D. RGB value is (50,81,13). Sum of RGB (Red+Green+Blue) = 50+81+13=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 81 (32.03% from 255 or 56.25% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 81 - color contains mainly: green. Hex color #32510D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32510D is #CDAEF2. Grayscale: #404040. Windows color (decimal): -13479667 or 872754. OLE color: 872754.
HSL color Cylindrical-coordinate representation of color #32510D: hue angle of 87.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32510D is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 13 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.68 |
| HSL | 87.35º | 0.72% | 0.18% | - |
| HSV(B) | 87.35º | 0.84% | 0.32% | - |
| XYZ | 4.33 | 6.59 | 1.42 | - |
| YUV | 63.98 | 99.23 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 13 | 0.38 | 0 | 0.84 | 0.68 | 87.35 | 0.72 | 0.18 |
| Hex | 32 | 51 | D | 26 | 0 | 54 | 44 | 57 | 48 | 12 |
| Octal | 62 | 121 | 15 | 46 | 0 | 124 | 104 | 127 | 110 | 22 |
| Binary | 110010 | 1010001 | 1101 | 100110 | 0 | 1010100 | 1000100 | 1010111 | 1001000 | 10010 |
Color Harmonies of #32510D
Complementary color
Monochromatic Colors of #32510D
Black with #32510D
Text Example
Text Example
White with #32510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32510D; }
p { color: rgb(50,81,13); }
H1.HeaderClassName
{
color: #32510D;
}
.AnyTagClassName
{
color: #32510D;
}
</style>
background-color css
<style>
a { background-color: #32510D; }
a { background-color: rgb(50,81,13); }
div.DivClassName
{
background-color: #32510D;
}
.BgClassName
{
background-color: #32510D;
}
</style>
border-color css
<style>
span { border-color: #32510D; }
span { border-color: rgb(50,81,13); }
td.TdClassName
{
border-color: #32510D;
}
.TagClassName
{
border-color: #32510D;
}
</style>