Shades of Gable Green #32413D
Tints of Gable Green #32413D
RGB
CMYK
RGB Variations
Color information
#32413D (or 0x32413D) is known color: Gable Green. HEX triplet: 32, 41 and 3D. RGB value is (50,65,61). Sum of RGB (Red+Green+Blue) = 50+65+61=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #32413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32413D is #CDBEC2. Grayscale: #3C3C3C. Windows color (decimal): -13483715 or 4014386. OLE color: 4014386.
HSL color Cylindrical-coordinate representation of color #32413D: hue angle of 164º 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 #32413D is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 65 | 61 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.75 |
| HSL | 164º | 0.13% | 0.23% | - |
| HSV(B) | 164º | 0.23% | 0.25% | - |
| XYZ | 4.05 | 4.8 | 5.13 | - |
| YUV | 60.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 61 | 0.23 | 0 | 0.06 | 0.75 | 164 | 0.13 | 0.23 |
| Hex | 32 | 41 | 3D | 17 | 0 | 6 | 4B | A4 | D | 17 |
| Octal | 62 | 101 | 75 | 27 | 0 | 6 | 113 | 244 | 15 | 27 |
| Binary | 110010 | 1000001 | 111101 | 10111 | 0 | 110 | 1001011 | 10100100 | 1101 | 10111 |
Color Harmonies of #32413D
Complementary color
Monochromatic Colors of #32413D
Black with #32413D
Text Example
Text Example
White with #32413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32413D; }
p { color: rgb(50,65,61); }
H1.HeaderClassName
{
color: #32413D;
}
.AnyTagClassName
{
color: #32413D;
}
</style>
background-color css
<style>
a { background-color: #32413D; }
a { background-color: rgb(50,65,61); }
div.DivClassName
{
background-color: #32413D;
}
.BgClassName
{
background-color: #32413D;
}
</style>
border-color css
<style>
span { border-color: #32413D; }
span { border-color: rgb(50,65,61); }
td.TdClassName
{
border-color: #32413D;
}
.TagClassName
{
border-color: #32413D;
}
</style>