#203321

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

Shades of Gordons Green #203321

Tints of Gordons Green #203321

Color information

#203321 (or 0x203321) is unknown color: approx Gordons Green. HEX triplet: 20, 33 and 21. RGB value is (32,51,33). Sum of RGB (Red+Green+Blue) = 32+51+33=116 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.59% from 116); Green value is 51 (20.31% from 255 or 43.97% from 116); Blue value is 33 (13.28% from 255 or 28.45% from 116); Max value from RGB is 51 - color contains mainly: green. Hex color #203321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203321 is #DFCCDE. Grayscale: #2B2B2B. Windows color (decimal): -14666975 or 2175776. OLE color: 2175776.

HSL color Cylindrical-coordinate representation of color #203321: hue angle of 123.16º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203321 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB325133-
CMYK0.3700.350.8
HSL123.16º22.89%16.27%-
HSV(B)123.16º37.25%20%-
XYZ2.052.781.87-
YUV43.27122.21119.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 27.59%
GREEN value IS 51 (20.31% from 255) = 43.97%
BLUE value IS 33 (13.28% from 255) = 28.45%
R=27.59%
G=43.97%
B=28.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251330.3700.350.8123.1622.8916.27
Hex20332125023507b1710
Octal406341450431201732720
Binary1000001100111000011001010100011101000011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #203321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #203321; }

 p { color: rgb(32,51,33); }

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

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

 a { background-color: rgb(32,51,33); }

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

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

 span { border-color: rgb(32,51,33); }

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