#20472E

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

Shades of Everglade #20472E

Tints of Everglade #20472E

Color information

#20472E (or 0x20472E) is unknown color: approx Everglade. HEX triplet: 20, 47 and 2E. RGB value is (32,71,46). Sum of RGB (Red+Green+Blue) = 32+71+46=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #20472E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20472E is #DFB8D1. Grayscale: #383838. Windows color (decimal): -14661842 or 3032864. OLE color: 3032864.

HSL color Cylindrical-coordinate representation of color #20472E: hue angle of 141.54º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #20472E is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB327146-
CMYK0.5500.350.72
HSL141.54º37.86%20.2%-
HSV(B)141.54º54.93%27.84%-
XYZ3.345.013.38-
YUV56.49122.08110.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.48%
GREEN value IS 71 (28.12% from 255) = 47.65%
BLUE value IS 46 (18.36% from 255) = 30.87%
R=21.48%
G=47.65%
B=30.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3271460.5500.350.72141.5437.8620.2
Hex20472E37023488e2614
Octal4010756670431102164624
Binary1000001000111101110110111010001110010001000111010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20472E; }

 p { color: rgb(32,71,46); }

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

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

 a { background-color: rgb(32,71,46); }

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

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

 span { border-color: rgb(32,71,46); }

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