Shades of Gable Green #32413E
Tints of Gable Green #32413E
RGB
CMYK
RGB Variations
Color information
#32413E (or 0x32413E) is known color: Gable Green. HEX triplet: 32, 41 and 3E. RGB value is (50,65,62). Sum of RGB (Red+Green+Blue) = 50+65+62=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 65 - color contains mainly: green. Hex color #32413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32413E is #CDBEC1. Grayscale: #3C3C3C. Windows color (decimal): -13483714 or 4079922. OLE color: 4079922.
HSL color Cylindrical-coordinate representation of color #32413E: hue angle of 168º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #32413E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 62 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.75 |
| HSL | 168º | 0.13% | 0.23% | - |
| HSV(B) | 168º | 0.23% | 0.25% | - |
| XYZ | 4.08 | 4.81 | 5.27 | - |
| YUV | 60.17 | 129.03 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 62 | 0.23 | 0 | 0.05 | 0.75 | 168 | 0.13 | 0.23 |
| Hex | 32 | 41 | 3E | 17 | 0 | 5 | 4B | A8 | D | 17 |
| Octal | 62 | 101 | 76 | 27 | 0 | 5 | 113 | 250 | 15 | 27 |
| Binary | 110010 | 1000001 | 111110 | 10111 | 0 | 101 | 1001011 | 10101000 | 1101 | 10111 |
Color Harmonies of #32413E
Complementary color
Monochromatic Colors of #32413E
Black with #32413E
Text Example
Text Example
White with #32413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32413E; }
p { color: rgb(50,65,62); }
H1.HeaderClassName
{
color: #32413E;
}
.AnyTagClassName
{
color: #32413E;
}
</style>
background-color css
<style>
a { background-color: #32413E; }
a { background-color: rgb(50,65,62); }
div.DivClassName
{
background-color: #32413E;
}
.BgClassName
{
background-color: #32413E;
}
</style>
border-color css
<style>
span { border-color: #32413E; }
span { border-color: rgb(50,65,62); }
td.TdClassName
{
border-color: #32413E;
}
.TagClassName
{
border-color: #32413E;
}
</style>