#20844B

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

Shades of Salem #20844B

Tints of Salem #20844B

Color information

#20844B (or 0x20844B) is unknown color: approx Salem. HEX triplet: 20, 84 and 4B. RGB value is (32,132,75). Sum of RGB (Red+Green+Blue) = 32+132+75=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #20844B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20844B is #DF7BB4. Grayscale: #5F5F5F. Windows color (decimal): -14646197 or 4949024. OLE color: 4949024.

HSL color Cylindrical-coordinate representation of color #20844B: hue angle of 145.8º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20844B is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB3213275-
CMYK0.7600.430.48
HSL145.8º60.98%32.16%-
HSV(B)145.8º75.76%51.76%-
XYZ10.1217.329.47-
YUV95.6116.3782.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 132 (51.95% from 255) = 55.23%
BLUE value IS 75 (29.69% from 255) = 31.38%
R=13.39%
G=55.23%
B=31.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32132750.7600.430.48145.860.9832.16
Hex20844B4C02B30923d20
Octal40204113114053602227540
Binary1000001000010010010111001100010101111000010010010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20844B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20844B; }

 p { color: rgb(32,132,75); }

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

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

 a { background-color: rgb(32,132,75); }

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

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

 span { border-color: rgb(32,132,75); }

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