#20854B

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

Shades of Salem #20854B

Tints of Salem #20854B

Color information

#20854B (or 0x20854B) is unknown color: approx Salem. HEX triplet: 20, 85 and 4B. RGB value is (32,133,75). Sum of RGB (Red+Green+Blue) = 32+133+75=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #20854B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20854B is #DF7AB4. Grayscale: #606060. Windows color (decimal): -14645941 or 4949280. OLE color: 4949280.

HSL color Cylindrical-coordinate representation of color #20854B: hue angle of 145.54º 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 #20854B is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB3213375-
CMYK0.7600.440.48
HSL145.54º61.21%32.35%-
HSV(B)145.54º75.94%52.16%-
XYZ10.2517.599.51-
YUV96.19116.0482.22-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=13.33%
G=55.42%
B=31.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133750.7600.440.48145.5461.2132.35
Hex20854B4C02C30923d20
Octal40205113114054602227540
Binary1000001000010110010111001100010110011000010010010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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