Shades of Gable Green #32403C
Tints of Gable Green #32403C
RGB
CMYK
RGB Variations
Color information
#32403C (or 0x32403C) is known color: Gable Green. HEX triplet: 32, 40 and 3C. RGB value is (50,64,60). Sum of RGB (Red+Green+Blue) = 50+64+60=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 64 - color contains mainly: green. Hex color #32403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32403C is #CDBFC3. Grayscale: #3B3B3B. Windows color (decimal): -13483972 or 3948594. OLE color: 3948594.
HSL color Cylindrical-coordinate representation of color #32403C: hue angle of 162.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #32403C is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 60 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.75 |
| HSL | 162.86º | 0.12% | 0.22% | - |
| HSV(B) | 162.86º | 0.22% | 0.25% | - |
| XYZ | 3.96 | 4.67 | 4.97 | - |
| YUV | 59.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 60 | 0.22 | 0 | 0.06 | 0.75 | 162.86 | 0.12 | 0.22 |
| Hex | 32 | 40 | 3C | 16 | 0 | 6 | 4B | A3 | C | 16 |
| Octal | 62 | 100 | 74 | 26 | 0 | 6 | 113 | 243 | 14 | 26 |
| Binary | 110010 | 1000000 | 111100 | 10110 | 0 | 110 | 1001011 | 10100011 | 1100 | 10110 |
Color Harmonies of #32403C
Complementary color
Monochromatic Colors of #32403C
Black with #32403C
Text Example
Text Example
White with #32403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32403C; }
p { color: rgb(50,64,60); }
H1.HeaderClassName
{
color: #32403C;
}
.AnyTagClassName
{
color: #32403C;
}
</style>
background-color css
<style>
a { background-color: #32403C; }
a { background-color: rgb(50,64,60); }
div.DivClassName
{
background-color: #32403C;
}
.BgClassName
{
background-color: #32403C;
}
</style>
border-color css
<style>
span { border-color: #32403C; }
span { border-color: rgb(50,64,60); }
td.TdClassName
{
border-color: #32403C;
}
.TagClassName
{
border-color: #32403C;
}
</style>