Shades of Turtle Green #32550B
Tints of Turtle Green #32550B
RGB
CMYK
RGB Variations
Color information
#32550B (or 0x32550B) is known color: Turtle Green. HEX triplet: 32, 55 and 0B. RGB value is (50,85,11). Sum of RGB (Red+Green+Blue) = 50+85+11=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 85 (33.59% from 255 or 58.22% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 85 - color contains mainly: green. Hex color #32550B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #32550B is #CDAAF4. Grayscale: #424242. Windows color (decimal): -13478645 or 742706. OLE color: 742706.
HSL color Cylindrical-coordinate representation of color #32550B: hue angle of 88.38º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32550B is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 11 | - |
| CMYK | 0.41 | 0 | 0.87 | 0.67 |
| HSL | 88.38º | 0.77% | 0.19% | - |
| HSV(B) | 88.38º | 0.87% | 0.33% | - |
| XYZ | 4.62 | 7.2 | 1.46 | - |
| YUV | 66.1 | 96.9 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 11 | 0.41 | 0 | 0.87 | 0.67 | 88.38 | 0.77 | 0.19 |
| Hex | 32 | 55 | B | 29 | 0 | 57 | 43 | 58 | 4D | 13 |
| Octal | 62 | 125 | 13 | 51 | 0 | 127 | 103 | 130 | 115 | 23 |
| Binary | 110010 | 1010101 | 1011 | 101001 | 0 | 1010111 | 1000011 | 1011000 | 1001101 | 10011 |
Color Harmonies of #32550B
Complementary color
Monochromatic Colors of #32550B
Black with #32550B
Text Example
Text Example
White with #32550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32550B; }
p { color: rgb(50,85,11); }
H1.HeaderClassName
{
color: #32550B;
}
.AnyTagClassName
{
color: #32550B;
}
</style>
background-color css
<style>
a { background-color: #32550B; }
a { background-color: rgb(50,85,11); }
div.DivClassName
{
background-color: #32550B;
}
.BgClassName
{
background-color: #32550B;
}
</style>
border-color css
<style>
span { border-color: #32550B; }
span { border-color: rgb(50,85,11); }
td.TdClassName
{
border-color: #32550B;
}
.TagClassName
{
border-color: #32550B;
}
</style>