Shades of Gordons Green #203622
Tints of Gordons Green #203622
RGB
CMYK
RGB Variations
Color information
#203622 (or 0x203622) is known color: Gordons Green. HEX triplet: 20, 36 and 22. RGB value is (32,54,34). Sum of RGB (Red+Green+Blue) = 32+54+34=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 54 (21.48% from 255 or 45% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 54 - color contains mainly: green. Hex color #203622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203622 is #DFC9DD. Grayscale: #2D2D2D. Windows color (decimal): -14666206 or 2242080. OLE color: 2242080.
HSL color Cylindrical-coordinate representation of color #203622: hue angle of 125.45º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #203622 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 32 | 54 | 34 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.79 |
| HSL | 125.45º | 0.26% | 0.17% | - |
| HSV(B) | 125.45º | 0.41% | 0.21% | - |
| XYZ | 2.2 | 3.06 | 1.99 | - |
| YUV | 45.14 | 121.71 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 34 | 0.41 | 0 | 0.37 | 0.79 | 125.45 | 0.26 | 0.17 |
| Hex | 20 | 36 | 22 | 29 | 0 | 25 | 4F | 7D | 1A | 11 |
| Octal | 40 | 66 | 42 | 51 | 0 | 45 | 117 | 175 | 32 | 21 |
| Binary | 100000 | 110110 | 100010 | 101001 | 0 | 100101 | 1001111 | 1111101 | 11010 | 10001 |
Color Harmonies of #203622
Complementary color
Monochromatic Colors of #203622
Black with #203622
Text Example
Text Example
White with #203622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203622; }
p { color: rgb(32,54,34); }
H1.HeaderClassName
{
color: #203622;
}
.AnyTagClassName
{
color: #203622;
}
</style>
background-color css
<style>
a { background-color: #203622; }
a { background-color: rgb(32,54,34); }
div.DivClassName
{
background-color: #203622;
}
.BgClassName
{
background-color: #203622;
}
</style>
border-color css
<style>
span { border-color: #203622; }
span { border-color: rgb(32,54,34); }
td.TdClassName
{
border-color: #203622;
}
.TagClassName
{
border-color: #203622;
}
</style>