Shades of Gordons Green #323A32
Tints of Gordons Green #323A32
RGB
CMYK
RGB Variations
Color information
#323A32 (or 0x323A32) is known color: Gordons Green. HEX triplet: 32, 3A and 32. RGB value is (50,58,50). Sum of RGB (Red+Green+Blue) = 50+58+50=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 58 - color contains mainly: green. Hex color #323A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A32 is #CDC5CD. Grayscale: #363636. Windows color (decimal): -13485518 or 3291698. OLE color: 3291698.
HSL color Cylindrical-coordinate representation of color #323A32: hue angle of 120º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #323A32 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 58 | 50 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.77 |
| HSL | 120º | 0.07% | 0.21% | - |
| HSV(B) | 120º | 0.14% | 0.23% | - |
| XYZ | 3.4 | 3.93 | 3.6 | - |
| YUV | 54.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 50 | 0.14 | 0 | 0.14 | 0.77 | 120 | 0.07 | 0.21 |
| Hex | 32 | 3A | 32 | E | 0 | E | 4D | 78 | 7 | 15 |
| Octal | 62 | 72 | 62 | 16 | 0 | 16 | 115 | 170 | 7 | 25 |
| Binary | 110010 | 111010 | 110010 | 1110 | 0 | 1110 | 1001101 | 1111000 | 111 | 10101 |
Color Harmonies of #323A32
Complementary color
Monochromatic Colors of #323A32
Black with #323A32
Text Example
Text Example
White with #323A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A32; }
p { color: rgb(50,58,50); }
H1.HeaderClassName
{
color: #323A32;
}
.AnyTagClassName
{
color: #323A32;
}
</style>
background-color css
<style>
a { background-color: #323A32; }
a { background-color: rgb(50,58,50); }
div.DivClassName
{
background-color: #323A32;
}
.BgClassName
{
background-color: #323A32;
}
</style>
border-color css
<style>
span { border-color: #323A32; }
span { border-color: rgb(50,58,50); }
td.TdClassName
{
border-color: #323A32;
}
.TagClassName
{
border-color: #323A32;
}
</style>