#204626

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

Shades of Gordons Green #204626

Tints of Gordons Green #204626

Color information

#204626 (or 0x204626) is unknown color: approx Gordons Green. HEX triplet: 20, 46 and 26. RGB value is (32,70,38). Sum of RGB (Red+Green+Blue) = 32+70+38=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #204626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204626 is #DFB9D9. Grayscale: #373737. Windows color (decimal): -14662106 or 2508320. OLE color: 2508320.

HSL color Cylindrical-coordinate representation of color #204626: hue angle of 129.47º 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 #204626 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB327038-
CMYK0.5400.460.73
HSL129.47º37.25%20%-
HSV(B)129.47º54.29%27.45%-
XYZ3.144.832.6-
YUV54.99118.41111.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 70 (27.73% from 255) = 50%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=22.86%
G=50%
B=27.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3270380.5400.460.73129.4737.2520
Hex2046263602E49812514
Octal4010646660561112014524
Binary1000001000110100110110110010111010010011000000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204626; }

 p { color: rgb(32,70,38); }

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

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

 a { background-color: rgb(32,70,38); }

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

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

 span { border-color: rgb(32,70,38); }

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