#203522

Color #203522 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #203522

Tints of Gordons Green #203522

Color information

#203522 (or 0x203522) is unknown color: approx Gordons Green. HEX triplet: 20, 35 and 22. RGB value is (32,53,34). Sum of RGB (Red+Green+Blue) = 32+53+34=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #203522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203522 is #DFCADD. Grayscale: #2C2C2C. Windows color (decimal): -14666462 or 2241824. OLE color: 2241824.

HSL color Cylindrical-coordinate representation of color #203522: hue angle of 125.71º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #203522 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB325334-
CMYK0.4000.360.79
HSL125.71º24.71%16.67%-
HSV(B)125.71º39.62%20.78%-
XYZ2.162.971.97-
YUV44.55122.04119.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 26.89%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 34 (13.67% from 255) = 28.57%
R=26.89%
G=44.54%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3253340.4000.360.79125.7124.7116.67
Hex203522280244F7e1911
Octal406542500441171763121
Binary1000001101011000101010000100100100111111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203522; }

 p { color: rgb(32,53,34); }

 H1.HeaderClassName
 {
   color: #203522;
 }
 .AnyTagClassName
 {
   color: #203522;
 }
</style>
background-color css

<style>
 a { background-color: #203522; }

 a { background-color: rgb(32,53,34); }

 div.DivClassName
 {
   background-color: #203522;
 }
 .BgClassName
 {
   background-color: #203522;
 }
</style>
border-color css

<style>
 span { border-color: #203522; }

 span { border-color: rgb(32,53,34); }

 td.TdClassName
 {
   border-color: #203522;
 }
 .TagClassName
 {
   border-color: #203522;
 }
</style>