#204426

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

Shades of Gordons Green #204426

Tints of Gordons Green #204426

Color information

#204426 (or 0x204426) is unknown color: approx Gordons Green. HEX triplet: 20, 44 and 26. RGB value is (32,68,38). Sum of RGB (Red+Green+Blue) = 32+68+38=138 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.19% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #204426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204426 is #DFBBD9. Grayscale: #353535. Windows color (decimal): -14662618 or 2507808. OLE color: 2507808.

HSL color Cylindrical-coordinate representation of color #204426: hue angle of 130º degrees, saturation: 0.36, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #204426 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB326838-
CMYK0.5300.440.73
HSL130º36%19.61%-
HSV(B)130º52.94%26.67%-
XYZ3.014.582.56-
YUV53.82119.07112.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.19%
GREEN value IS 68 (26.95% from 255) = 49.28%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=23.19%
G=49.28%
B=27.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3268380.5300.440.731303619.61
Hex2044263502C49822414
Octal4010446650541112024424
Binary1000001000100100110110101010110010010011000001010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204426; }

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

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

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

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

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

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

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

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