Shades of Gordons Green #204326
Tints of Gordons Green #204326
RGB
CMYK
RGB Variations
Color information
#204326 (or 0x204326) is known color: Gordons Green. HEX triplet: 20, 43 and 26. RGB value is (32,67,38). Sum of RGB (Red+Green+Blue) = 32+67+38=137 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.36% from 137); Green value is 67 (26.56% from 255 or 48.91% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 67 - color contains mainly: green. Hex color #204326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204326 is #DFBCD9. Grayscale: #353535. Windows color (decimal): -14662874 or 2507552. OLE color: 2507552.
HSL color Cylindrical-coordinate representation of color #204326: hue angle of 130.29º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #204326 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 32 | 67 | 38 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.74 |
| HSL | 130.29º | 0.35% | 0.19% | - |
| HSV(B) | 130.29º | 0.52% | 0.26% | - |
| XYZ | 2.95 | 4.46 | 2.54 | - |
| YUV | 53.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 67 | 38 | 0.52 | 0 | 0.43 | 0.74 | 130.29 | 0.35 | 0.19 |
| Hex | 20 | 43 | 26 | 34 | 0 | 2B | 4A | 82 | 23 | 13 |
| Octal | 40 | 103 | 46 | 64 | 0 | 53 | 112 | 202 | 43 | 23 |
| Binary | 100000 | 1000011 | 100110 | 110100 | 0 | 101011 | 1001010 | 10000010 | 100011 | 10011 |
Color Harmonies of #204326
Complementary color
Monochromatic Colors of #204326
Black with #204326
Text Example
Text Example
White with #204326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204326; }
p { color: rgb(32,67,38); }
H1.HeaderClassName
{
color: #204326;
}
.AnyTagClassName
{
color: #204326;
}
</style>
background-color css
<style>
a { background-color: #204326; }
a { background-color: rgb(32,67,38); }
div.DivClassName
{
background-color: #204326;
}
.BgClassName
{
background-color: #204326;
}
</style>
border-color css
<style>
span { border-color: #204326; }
span { border-color: rgb(32,67,38); }
td.TdClassName
{
border-color: #204326;
}
.TagClassName
{
border-color: #204326;
}
</style>