#14784F

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

Shades of Salem #14784F

Tints of Salem #14784F

Color information

#14784F (or 0x14784F) is unknown color: approx Salem. HEX triplet: 14, 78 and 4F. RGB value is (20,120,79). Sum of RGB (Red+Green+Blue) = 20+120+79=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #14784F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14784F is #EB87B0. Grayscale: #555555. Windows color (decimal): -15435697 or 5208084. OLE color: 5208084.

HSL color Cylindrical-coordinate representation of color #14784F: hue angle of 155.4º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14784F is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB2012079-
CMYK0.8300.340.53
HSL155.4º71.43%27.45%-
HSV(B)155.4º83.33%47.06%-
XYZ8.4214.159.68-
YUV85.43124.3781.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.13%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 79 (31.25% from 255) = 36.07%
R=9.13%
G=54.79%
B=36.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120790.8300.340.53155.471.4327.45
Hex14784F53022359b471b
Octal241701171230426523310733
Binary10100111100010011111010011010001011010110011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14784F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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