#20764C

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

Shades of Salem #20764C

Tints of Salem #20764C

Color information

#20764C (or 0x20764C) is unknown color: approx Salem. HEX triplet: 20, 76 and 4C. RGB value is (32,118,76). Sum of RGB (Red+Green+Blue) = 32+118+76=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #20764C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20764C is #DF89B3. Grayscale: #575757. Windows color (decimal): -14649780 or 5010976. OLE color: 5010976.

HSL color Cylindrical-coordinate representation of color #20764C: hue angle of 150.7º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20764C is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB3211876-
CMYK0.7300.360.54
HSL150.7º57.33%29.41%-
HSV(B)150.7º72.88%46.27%-
XYZ8.3813.799.06-
YUV87.5121.5188.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=14.16%
G=52.21%
B=33.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32118760.7300.360.54150.757.3329.41
Hex20764C490243697391d
Octal40166114111044662277135
Binary10000011101101001100100100101001001101101001011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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