#20774B

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

Shades of Salem #20774B

Tints of Salem #20774B

Color information

#20774B (or 0x20774B) is unknown color: approx Salem. HEX triplet: 20, 77 and 4B. RGB value is (32,119,75). Sum of RGB (Red+Green+Blue) = 32+119+75=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #20774B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20774B is #DF88B4. Grayscale: #585858. Windows color (decimal): -14649525 or 4945696. OLE color: 4945696.

HSL color Cylindrical-coordinate representation of color #20774B: hue angle of 149.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #20774B is Cyan = 0.73, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB3211975-
CMYK0.7300.370.53
HSL149.66º57.62%29.61%-
HSV(B)149.66º73.11%46.67%-
XYZ8.4614.018.91-
YUV87.97120.6888.08-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.16%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=14.16%
G=52.65%
B=33.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal32119750.7300.370.53149.6657.6229.61
Hex20774B4902535963a1e
Octal40167113111045652267236
Binary10000011101111001011100100101001011101011001011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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