#204024

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

Shades of Gordons Green #204024

Tints of Gordons Green #204024

Color information

#204024 (or 0x204024) is unknown color: approx Gordons Green. HEX triplet: 20, 40 and 24. RGB value is (32,64,36). Sum of RGB (Red+Green+Blue) = 32+64+36=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #204024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #204024 is #DFBFDB. Grayscale: #333333. Windows color (decimal): -14663644 or 2375712. OLE color: 2375712.

HSL color Cylindrical-coordinate representation of color #204024: hue angle of 127.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #204024 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB326436-
CMYK0.5000.440.75
HSL127.5º33.33%18.82%-
HSV(B)127.5º50%25.1%-
XYZ2.754.12.32-
YUV51.24119.4114.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 36 (14.45% from 255) = 27.27%
R=24.24%
G=48.48%
B=27.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3264360.5000.440.75127.533.3318.82
Hex2040243202C4B7f2113
Octal4010044620541131774123
Binary100000100000010010011001001011001001011111111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204024; }

 p { color: rgb(32,64,36); }

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

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

 a { background-color: rgb(32,64,36); }

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

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

 span { border-color: rgb(32,64,36); }

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