Shades of Gable Green #323D3B
Tints of Gable Green #323D3B
RGB
CMYK
RGB Variations
Color information
#323D3B (or 0x323D3B) is known color: Gable Green. HEX triplet: 32, 3D and 3B. RGB value is (50,61,59). Sum of RGB (Red+Green+Blue) = 50+61+59=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 61 - color contains mainly: green. Hex color #323D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D3B is #CDC2C4. Grayscale: #393939. Windows color (decimal): -13484741 or 3882290. OLE color: 3882290.
HSL color Cylindrical-coordinate representation of color #323D3B: hue angle of 169.09º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #323D3B is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 59 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.76 |
| HSL | 169.09º | 0.1% | 0.22% | - |
| HSV(B) | 169.09º | 0.18% | 0.24% | - |
| XYZ | 3.77 | 4.33 | 4.77 | - |
| YUV | 57.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 59 | 0.18 | 0 | 0.03 | 0.76 | 169.09 | 0.1 | 0.22 |
| Hex | 32 | 3D | 3B | 12 | 0 | 3 | 4C | A9 | A | 16 |
| Octal | 62 | 75 | 73 | 22 | 0 | 3 | 114 | 251 | 12 | 26 |
| Binary | 110010 | 111101 | 111011 | 10010 | 0 | 11 | 1001100 | 10101001 | 1010 | 10110 |
Color Harmonies of #323D3B
Complementary color
Monochromatic Colors of #323D3B
Black with #323D3B
Text Example
Text Example
White with #323D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D3B; }
p { color: rgb(50,61,59); }
H1.HeaderClassName
{
color: #323D3B;
}
.AnyTagClassName
{
color: #323D3B;
}
</style>
background-color css
<style>
a { background-color: #323D3B; }
a { background-color: rgb(50,61,59); }
div.DivClassName
{
background-color: #323D3B;
}
.BgClassName
{
background-color: #323D3B;
}
</style>
border-color css
<style>
span { border-color: #323D3B; }
span { border-color: rgb(50,61,59); }
td.TdClassName
{
border-color: #323D3B;
}
.TagClassName
{
border-color: #323D3B;
}
</style>