Shades of Turtle Green #32520B
Tints of Turtle Green #32520B
RGB
CMYK
RGB Variations
Color information
#32520B (or 0x32520B) is known color: Turtle Green. HEX triplet: 32, 52 and 0B. RGB value is (50,82,11). Sum of RGB (Red+Green+Blue) = 50+82+11=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 82 (32.42% from 255 or 57.34% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 82 - color contains mainly: green. Hex color #32520B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32520B is #CDADF4. Grayscale: #404040. Windows color (decimal): -13479413 or 741938. OLE color: 741938.
HSL color Cylindrical-coordinate representation of color #32520B: hue angle of 87.04º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32520B is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 11 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.68 |
| HSL | 87.04º | 0.76% | 0.18% | - |
| HSV(B) | 87.04º | 0.87% | 0.32% | - |
| XYZ | 4.39 | 6.74 | 1.39 | - |
| YUV | 64.34 | 97.9 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 11 | 0.39 | 0 | 0.87 | 0.68 | 87.04 | 0.76 | 0.18 |
| Hex | 32 | 52 | B | 27 | 0 | 57 | 44 | 57 | 4C | 12 |
| Octal | 62 | 122 | 13 | 47 | 0 | 127 | 104 | 127 | 114 | 22 |
| Binary | 110010 | 1010010 | 1011 | 100111 | 0 | 1010111 | 1000100 | 1010111 | 1001100 | 10010 |
Color Harmonies of #32520B
Complementary color
Monochromatic Colors of #32520B
Black with #32520B
Text Example
Text Example
White with #32520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32520B; }
p { color: rgb(50,82,11); }
H1.HeaderClassName
{
color: #32520B;
}
.AnyTagClassName
{
color: #32520B;
}
</style>
background-color css
<style>
a { background-color: #32520B; }
a { background-color: rgb(50,82,11); }
div.DivClassName
{
background-color: #32520B;
}
.BgClassName
{
background-color: #32520B;
}
</style>
border-color css
<style>
span { border-color: #32520B; }
span { border-color: rgb(50,82,11); }
td.TdClassName
{
border-color: #32520B;
}
.TagClassName
{
border-color: #32520B;
}
</style>