Shades of Gordons Green #204526
Tints of Gordons Green #204526
RGB
CMYK
RGB Variations
Color information
#204526 (or 0x204526) is known color: Gordons Green. HEX triplet: 20, 45 and 26. RGB value is (32,69,38). Sum of RGB (Red+Green+Blue) = 32+69+38=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #204526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204526 is #DFBAD9. Grayscale: #363636. Windows color (decimal): -14662362 or 2508064. OLE color: 2508064.
HSL color Cylindrical-coordinate representation of color #204526: hue angle of 129.73º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #204526 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 32 | 69 | 38 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.73 |
| HSL | 129.73º | 0.37% | 0.2% | - |
| HSV(B) | 129.73º | 0.54% | 0.27% | - |
| XYZ | 3.07 | 4.7 | 2.58 | - |
| YUV | 54.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 38 | 0.54 | 0 | 0.45 | 0.73 | 129.73 | 0.37 | 0.2 |
| Hex | 20 | 45 | 26 | 36 | 0 | 2D | 49 | 82 | 25 | 14 |
| Octal | 40 | 105 | 46 | 66 | 0 | 55 | 111 | 202 | 45 | 24 |
| Binary | 100000 | 1000101 | 100110 | 110110 | 0 | 101101 | 1001001 | 10000010 | 100101 | 10100 |
Color Harmonies of #204526
Complementary color
Monochromatic Colors of #204526
Black with #204526
Text Example
Text Example
White with #204526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204526; }
p { color: rgb(32,69,38); }
H1.HeaderClassName
{
color: #204526;
}
.AnyTagClassName
{
color: #204526;
}
</style>
background-color css
<style>
a { background-color: #204526; }
a { background-color: rgb(32,69,38); }
div.DivClassName
{
background-color: #204526;
}
.BgClassName
{
background-color: #204526;
}
</style>
border-color css
<style>
span { border-color: #204526; }
span { border-color: rgb(32,69,38); }
td.TdClassName
{
border-color: #204526;
}
.TagClassName
{
border-color: #204526;
}
</style>