Shades of Gordons Green #323632
Tints of Gordons Green #323632
RGB
CMYK
RGB Variations
Color information
#323632 (or 0x323632) is known color: Gordons Green. HEX triplet: 32, 36 and 32. RGB value is (50,54,50). Sum of RGB (Red+Green+Blue) = 50+54+50=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 50 (19.92% from 255 or 32.47% from 154); Max value from RGB is 54 - color contains mainly: green. Hex color #323632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323632 is #CDC9CD. Grayscale: #343434. Windows color (decimal): -13486542 or 3290674. OLE color: 3290674.
HSL color Cylindrical-coordinate representation of color #323632: hue angle of 120º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #323632 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 50 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.79 |
| HSL | 120º | 0.04% | 0.2% | - |
| HSV(B) | 120º | 0.07% | 0.21% | - |
| XYZ | 3.21 | 3.55 | 3.53 | - |
| YUV | 52.35 | 126.67 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 50 | 0.07 | 0 | 0.07 | 0.79 | 120 | 0.04 | 0.2 |
| Hex | 32 | 36 | 32 | 7 | 0 | 7 | 4F | 78 | 4 | 14 |
| Octal | 62 | 66 | 62 | 7 | 0 | 7 | 117 | 170 | 4 | 24 |
| Binary | 110010 | 110110 | 110010 | 111 | 0 | 111 | 1001111 | 1111000 | 100 | 10100 |
Color Harmonies of #323632
Complementary color
Monochromatic Colors of #323632
Black with #323632
Text Example
Text Example
White with #323632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323632; }
p { color: rgb(50,54,50); }
H1.HeaderClassName
{
color: #323632;
}
.AnyTagClassName
{
color: #323632;
}
</style>
background-color css
<style>
a { background-color: #323632; }
a { background-color: rgb(50,54,50); }
div.DivClassName
{
background-color: #323632;
}
.BgClassName
{
background-color: #323632;
}
</style>
border-color css
<style>
span { border-color: #323632; }
span { border-color: rgb(50,54,50); }
td.TdClassName
{
border-color: #323632;
}
.TagClassName
{
border-color: #323632;
}
</style>