Shades of Turtle Green #32520A
Tints of Turtle Green #32520A
RGB
CMYK
RGB Variations
Color information
#32520A (or 0x32520A) is known color: Turtle Green. HEX triplet: 32, 52 and 0A. RGB value is (50,82,10). Sum of RGB (Red+Green+Blue) = 50+82+10=142 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.21% from 142); Green value is 82 (32.42% from 255 or 57.75% from 142); Blue value is 10 (4.30% from 255 or 7.04% from 142); Max value from RGB is 82 - color contains mainly: green. Hex color #32520A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32520A is #CDADF5. Grayscale: #404040. Windows color (decimal): -13479414 or 676402. OLE color: 676402.
HSL color Cylindrical-coordinate representation of color #32520A: hue angle of 86.67º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32520A is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 10 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.68 |
| HSL | 86.67º | 0.78% | 0.18% | - |
| HSV(B) | 86.67º | 0.88% | 0.32% | - |
| XYZ | 4.39 | 6.73 | 1.36 | - |
| YUV | 64.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 10 | 0.39 | 0 | 0.88 | 0.68 | 86.67 | 0.78 | 0.18 |
| Hex | 32 | 52 | A | 27 | 0 | 58 | 44 | 57 | 4E | 12 |
| Octal | 62 | 122 | 12 | 47 | 0 | 130 | 104 | 127 | 116 | 22 |
| Binary | 110010 | 1010010 | 1010 | 100111 | 0 | 1011000 | 1000100 | 1010111 | 1001110 | 10010 |
Color Harmonies of #32520A
Complementary color
Monochromatic Colors of #32520A
Black with #32520A
Text Example
Text Example
White with #32520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32520A; }
p { color: rgb(50,82,10); }
H1.HeaderClassName
{
color: #32520A;
}
.AnyTagClassName
{
color: #32520A;
}
</style>
background-color css
<style>
a { background-color: #32520A; }
a { background-color: rgb(50,82,10); }
div.DivClassName
{
background-color: #32520A;
}
.BgClassName
{
background-color: #32520A;
}
</style>
border-color css
<style>
span { border-color: #32520A; }
span { border-color: rgb(50,82,10); }
td.TdClassName
{
border-color: #32520A;
}
.TagClassName
{
border-color: #32520A;
}
</style>