#20854C

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

Shades of Salem #20854C

Tints of Salem #20854C

Color information

#20854C (or 0x20854C) is unknown color: approx Salem. HEX triplet: 20, 85 and 4C. RGB value is (32,133,76). Sum of RGB (Red+Green+Blue) = 32+133+76=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #20854C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20854C is #DF7AB3. Grayscale: #606060. Windows color (decimal): -14645940 or 5014816. OLE color: 5014816.

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

Color convert

RGB3213376-
CMYK0.7600.430.48
HSL146.14º61.21%32.35%-
HSV(B)146.14º75.94%52.16%-
XYZ10.2917.69.69-
YUV96.3116.5482.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.28%
GREEN value IS 133 (52.34% from 255) = 55.19%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=13.28%
G=55.19%
B=31.54%

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
Decimal32133760.7600.430.48146.1461.2132.35
Hex20854C4C02B30923d20
Octal40205114114053602227540
Binary1000001000010110011001001100010101111000010010010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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