#20855B

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

Shades of Salem #20855B

Tints of Salem #20855B

Color information

#20855B (or 0x20855B) is unknown color: approx Salem. HEX triplet: 20, 85 and 5B. RGB value is (32,133,91). Sum of RGB (Red+Green+Blue) = 32+133+91=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #20855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20855B is #DF7AA4. Grayscale: #626262. Windows color (decimal): -14645925 or 5997856. OLE color: 5997856.

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

Color convert

RGB3213391-
CMYK0.7600.320.48
HSL155.05º61.21%32.35%-
HSV(B)155.05º75.94%52.16%-
XYZ10.8717.8412.77-
YUV98.01124.0480.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 133 (52.34% from 255) = 51.95%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=12.5%
G=51.95%
B=35.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal32133910.7600.320.48155.0561.2132.35
Hex20855B4C020309b3d20
Octal40205133114040602337540
Binary1000001000010110110111001100010000011000010011011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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