#20824E

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

Shades of Salem #20824E

Tints of Salem #20824E

Color information

#20824E (or 0x20824E) is unknown color: approx Salem. HEX triplet: 20, 82 and 4E. RGB value is (32,130,78). Sum of RGB (Red+Green+Blue) = 32+130+78=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 130 (51.17% from 255 or 54.17% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 130 - color contains mainly: green. Hex color #20824E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20824E is #DF7DB1. Grayscale: #5E5E5E. Windows color (decimal): -14646706 or 5145120. OLE color: 5145120.

HSL color Cylindrical-coordinate representation of color #20824E: hue angle of 148.16º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20824E is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB3213078-
CMYK0.7500.400.49
HSL148.16º60.49%31.76%-
HSV(B)148.16º75.38%50.98%-
XYZ9.9516.829.93-
YUV94.77118.5383.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 130 (51.17% from 255) = 54.17%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=13.33%
G=54.17%
B=32.5%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130780.7500.400.49148.1660.4931.76
Hex20824E4B02831943c20
Octal40202116113050612247440
Binary1000001000001010011101001011010100011000110010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,130,78); }

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

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

 a { background-color: rgb(32,130,78); }

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

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

 span { border-color: rgb(32,130,78); }

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