#204326

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

Shades of Gordons Green #204326

Tints of Gordons Green #204326

Color information

#204326 (or 0x204326) is unknown color: approx 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

RGB326738-
CMYK0.5200.430.74
HSL130.29º35.35%19.41%-
HSV(B)130.29º52.24%26.27%-
XYZ2.954.462.54-
YUV53.23119.4112.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.36%
GREEN value IS 67 (26.56% from 255) = 48.91%
BLUE value IS 38 (15.23% from 255) = 27.74%
R=23.36%
G=48.91%
B=27.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3267380.5200.430.74130.2935.3519.41
Hex2043263402B4A822313
Octal4010346640531122024323
Binary1000001000011100110110100010101110010101000001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>