#20442D

Color #20442D Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #20442D

Tints of Everglade #20442D

Color information

#20442D (or 0x20442D) is unknown color: approx Everglade. HEX triplet: 20, 44 and 2D. RGB value is (32,68,45). Sum of RGB (Red+Green+Blue) = 32+68+45=145 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.07% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #20442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20442D is #DFBBD2. Grayscale: #363636. Windows color (decimal): -14662611 or 2966560. OLE color: 2966560.

HSL color Cylindrical-coordinate representation of color #20442D: hue angle of 141.67º 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 #20442D is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB326845-
CMYK0.5300.340.73
HSL141.67º36%19.61%-
HSV(B)141.67º52.94%26.67%-
XYZ3.144.633.21-
YUV54.61122.57111.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 22.07%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=22.07%
G=46.90%
B=31.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3268450.5300.340.73141.673619.61
Hex20442D35022498e2414
Octal4010455650421112164424
Binary1000001000100101101110101010001010010011000111010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20442D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20442D; }

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

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

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

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

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

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

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

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