#14804A

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

Shades of Salem #14804A

Tints of Salem #14804A

Color information

#14804A (or 0x14804A) is unknown color: approx Salem. HEX triplet: 14, 80 and 4A. RGB value is (20,128,74). Sum of RGB (Red+Green+Blue) = 20+128+74=222 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.01% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #14804A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14804A is #EB7FB5. Grayscale: #595959. Windows color (decimal): -15433654 or 4882452. OLE color: 4882452.

HSL color Cylindrical-coordinate representation of color #14804A: hue angle of 150º 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 #14804A is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB2012874-
CMYK0.8400.420.50
HSL150º72.97%29.02%-
HSV(B)150º84.38%50.2%-
XYZ9.2416.089.1-
YUV89.55119.2278.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.01%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 74 (29.30% from 255) = 33.33%
R=9.01%
G=57.66%
B=33.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20128740.8400.420.5015072.9729.02
Hex14804A5402A3296491d
Octal242001121240526222611135
Binary101001000000010010101010100010101011001010010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14804A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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