#20814E

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

Shades of Salem #20814E

Tints of Salem #20814E

Color information

#20814E (or 0x20814E) is unknown color: approx Salem. HEX triplet: 20, 81 and 4E. RGB value is (32,129,78). Sum of RGB (Red+Green+Blue) = 32+129+78=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 129 (50.78% from 255 or 53.97% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 129 - color contains mainly: green. Hex color #20814E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20814E is #DF7EB1. Grayscale: #5E5E5E. Windows color (decimal): -14646962 or 5144864. OLE color: 5144864.

HSL color Cylindrical-coordinate representation of color #20814E: hue angle of 148.45º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20814E is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB3212978-
CMYK0.7500.400.49
HSL148.45º60.25%31.57%-
HSV(B)148.45º75.19%50.59%-
XYZ9.8216.569.89-
YUV94.18118.8683.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 129 (50.78% from 255) = 53.97%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=13.39%
G=53.97%
B=32.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32129780.7500.400.49148.4560.2531.57
Hex20814E4B02831943c20
Octal40201116113050612247440
Binary1000001000000110011101001011010100011000110010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20814E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20814E; }

 p { color: rgb(32,129,78); }

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

<style>
 a { background-color: #20814E; }

 a { background-color: rgb(32,129,78); }

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

<style>
 span { border-color: #20814E; }

 span { border-color: rgb(32,129,78); }

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