#204527

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

Shades of Gordons Green #204527

Tints of Gordons Green #204527

Color information

#204527 (or 0x204527) is unknown color: approx Gordons Green. HEX triplet: 20, 45 and 27. RGB value is (32,69,39). Sum of RGB (Red+Green+Blue) = 32+69+39=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 69 (27.34% from 255 or 49.29% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 69 - color contains mainly: green. Hex color #204527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204527 is #DFBAD8. Grayscale: #363636. Windows color (decimal): -14662361 or 2573600. OLE color: 2573600.

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

Color convert

RGB326939-
CMYK0.5400.430.73
HSL131.35º36.63%19.8%-
HSV(B)131.35º53.62%27.06%-
XYZ3.094.712.67-
YUV54.52119.24111.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.86%
GREEN value IS 69 (27.34% from 255) = 49.29%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=22.86%
G=49.29%
B=27.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3269390.5400.430.73131.3536.6319.8
Hex2045273602B49832514
Octal4010547660531112034524
Binary1000001000101100111110110010101110010011000001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204527; }

 p { color: rgb(32,69,39); }

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

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

 a { background-color: rgb(32,69,39); }

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

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

 span { border-color: rgb(32,69,39); }

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