#14804E

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

Shades of Salem #14804E

Tints of Salem #14804E

Color information

#14804E (or 0x14804E) is unknown color: approx Salem. HEX triplet: 14, 80 and 4E. RGB value is (20,128,78). Sum of RGB (Red+Green+Blue) = 20+128+78=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 128 (50.39% from 255 or 56.64% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 128 - color contains mainly: green. Hex color #14804E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14804E is #EB7FB1. Grayscale: #5A5A5A. Windows color (decimal): -15433650 or 5144596. OLE color: 5144596.

HSL color Cylindrical-coordinate representation of color #14804E: hue angle of 152.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14804E is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB2012878-
CMYK0.8400.390.50
HSL152.22º72.97%29.02%-
HSV(B)152.22º84.38%50.2%-
XYZ9.3816.149.83-
YUV90.01121.2278.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.85%
GREEN value IS 128 (50.39% from 255) = 56.64%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=8.85%
G=56.64%
B=34.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128780.8400.390.50152.2272.9729.02
Hex14804E540273298491d
Octal242001161240476223011135
Binary101001000000010011101010100010011111001010011000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,128,78); }

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

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

 a { background-color: rgb(20,128,78); }

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

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

 span { border-color: rgb(20,128,78); }

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