Shades of Gordons Green #323832
Tints of Gordons Green #323832
RGB
CMYK
RGB Variations
Color information
#323832 (or 0x323832) is known color: Gordons Green. HEX triplet: 32, 38 and 32. RGB value is (50,56,50). Sum of RGB (Red+Green+Blue) = 50+56+50=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 56 (22.27% from 255 or 35.90% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 56 - color contains mainly: green. Hex color #323832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323832 is #CDC7CD. Grayscale: #353535. Windows color (decimal): -13486030 or 3291186. OLE color: 3291186.
HSL color Cylindrical-coordinate representation of color #323832: hue angle of 120º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323832 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 56 | 50 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.78 |
| HSL | 120º | 0.06% | 0.21% | - |
| HSV(B) | 120º | 0.11% | 0.22% | - |
| XYZ | 3.31 | 3.74 | 3.56 | - |
| YUV | 53.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 50 | 0.11 | 0 | 0.11 | 0.78 | 120 | 0.06 | 0.21 |
| Hex | 32 | 38 | 32 | B | 0 | B | 4E | 78 | 6 | 15 |
| Octal | 62 | 70 | 62 | 13 | 0 | 13 | 116 | 170 | 6 | 25 |
| Binary | 110010 | 111000 | 110010 | 1011 | 0 | 1011 | 1001110 | 1111000 | 110 | 10101 |
Color Harmonies of #323832
Complementary color
Monochromatic Colors of #323832
Black with #323832
Text Example
Text Example
White with #323832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323832; }
p { color: rgb(50,56,50); }
H1.HeaderClassName
{
color: #323832;
}
.AnyTagClassName
{
color: #323832;
}
</style>
background-color css
<style>
a { background-color: #323832; }
a { background-color: rgb(50,56,50); }
div.DivClassName
{
background-color: #323832;
}
.BgClassName
{
background-color: #323832;
}
</style>
border-color css
<style>
span { border-color: #323832; }
span { border-color: rgb(50,56,50); }
td.TdClassName
{
border-color: #323832;
}
.TagClassName
{
border-color: #323832;
}
</style>