#14904F

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

Shades of Salem #14904F

Tints of Salem #14904F

Color information

#14904F (or 0x14904F) is unknown color: approx Salem. HEX triplet: 14, 90 and 4F. RGB value is (20,144,79). Sum of RGB (Red+Green+Blue) = 20+144+79=243 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.23% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #14904F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14904F is #EB6FB0. Grayscale: #636363. Windows color (decimal): -15429553 or 5214228. OLE color: 5214228.

HSL color Cylindrical-coordinate representation of color #14904F: hue angle of 148.55º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14904F is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.

Color convert

RGB2014479-
CMYK0.8600.450.44
HSL148.55º75.61%32.16%-
HSV(B)148.55º86.11%56.47%-
XYZ11.6720.6610.77-
YUV99.51116.4271.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.23%
GREEN value IS 144 (56.64% from 255) = 59.26%
BLUE value IS 79 (31.25% from 255) = 32.51%
R=8.23%
G=59.26%
B=32.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144790.8600.450.44148.5575.6132.16
Hex14904F5602D2C954c20
Octal242201171260555422511440
Binary1010010010000100111110101100101101101100100101011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14904F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14904F; }

 p { color: rgb(20,144,79); }

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

<style>
 a { background-color: #14904F; }

 a { background-color: rgb(20,144,79); }

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

<style>
 span { border-color: #14904F; }

 span { border-color: rgb(20,144,79); }

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