Shades of Gable Green #32403D
Tints of Gable Green #32403D
RGB
CMYK
RGB Variations
Color information
#32403D (or 0x32403D) is known color: Gable Green. HEX triplet: 32, 40 and 3D. RGB value is (50,64,61). Sum of RGB (Red+Green+Blue) = 50+64+61=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #32403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32403D is #CDBFC2. Grayscale: #3B3B3B. Windows color (decimal): -13483971 or 4014130. OLE color: 4014130.
HSL color Cylindrical-coordinate representation of color #32403D: hue angle of 167.14º 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 #32403D is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 64 | 61 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.75 |
| HSL | 167.14º | 0.12% | 0.22% | - |
| HSV(B) | 167.14º | 0.22% | 0.25% | - |
| XYZ | 3.99 | 4.68 | 5.11 | - |
| YUV | 59.47 | 128.86 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 61 | 0.22 | 0 | 0.05 | 0.75 | 167.14 | 0.12 | 0.22 |
| Hex | 32 | 40 | 3D | 16 | 0 | 5 | 4B | A7 | C | 16 |
| Octal | 62 | 100 | 75 | 26 | 0 | 5 | 113 | 247 | 14 | 26 |
| Binary | 110010 | 1000000 | 111101 | 10110 | 0 | 101 | 1001011 | 10100111 | 1100 | 10110 |
Color Harmonies of #32403D
Complementary color
Monochromatic Colors of #32403D
Black with #32403D
Text Example
Text Example
White with #32403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32403D; }
p { color: rgb(50,64,61); }
H1.HeaderClassName
{
color: #32403D;
}
.AnyTagClassName
{
color: #32403D;
}
</style>
background-color css
<style>
a { background-color: #32403D; }
a { background-color: rgb(50,64,61); }
div.DivClassName
{
background-color: #32403D;
}
.BgClassName
{
background-color: #32403D;
}
</style>
border-color css
<style>
span { border-color: #32403D; }
span { border-color: rgb(50,64,61); }
td.TdClassName
{
border-color: #32403D;
}
.TagClassName
{
border-color: #32403D;
}
</style>