Shades of Gordons Green #323332
Tints of Gordons Green #323332
RGB
CMYK
RGB Variations
Color information
#323332 (or 0x323332) is known color: Gordons Green. HEX triplet: 32, 33 and 32. RGB value is (50,51,50). Sum of RGB (Red+Green+Blue) = 50+51+50=151 (20% of max value = 765). Red value is 50 (19.92% from 255 or 33.11% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 51 - color contains mainly: green. Hex color #323332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323332 is #CDCCCD. Grayscale: #323232. Windows color (decimal): -13487310 or 3289906. OLE color: 3289906.
HSL color Cylindrical-coordinate representation of color #323332: hue angle of 120º degrees, saturation: 0.01, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #323332 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
RGB | 50 | 51 | 50 | - |
CMYK | 0.02 | 0 | 0.02 | 0.8 |
HSL | 120º | 0.01% | 0.2% | - |
HSV(B) | 120º | 0.02% | 0.2% | - |
XYZ | 3.07 | 3.28 | 3.49 | - |
YUV | 50.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 51 | 50 | 0.02 | 0 | 0.02 | 0.8 | 120 | 0.01 | 0.2 |
Hex | 32 | 33 | 32 | 2 | 0 | 2 | 50 | 78 | 1 | 14 |
Octal | 62 | 63 | 62 | 2 | 0 | 2 | 120 | 170 | 1 | 24 |
Binary | 110010 | 110011 | 110010 | 10 | 0 | 10 | 1010000 | 1111000 | 1 | 10100 |
Color Harmonies of #323332
Complementary color
Monochromatic Colors of #323332
Black with #323332
Text Example
Text Example
White with #323332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323332; }
p { color: rgb(50,51,50); }
H1.HeaderClassName
{
color: #323332;
}
.AnyTagClassName
{
color: #323332;
}
</style>
background-color css
<style>
a { background-color: #323332; }
a { background-color: rgb(50,51,50); }
div.DivClassName
{
background-color: #323332;
}
.BgClassName
{
background-color: #323332;
}
</style>
border-color css
<style>
span { border-color: #323332; }
span { border-color: rgb(50,51,50); }
td.TdClassName
{
border-color: #323332;
}
.TagClassName
{
border-color: #323332;
}
</style>