#14784A

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

Shades of Salem #14784A

Tints of Salem #14784A

Color information

#14784A (or 0x14784A) is unknown color: approx Salem. HEX triplet: 14, 78 and 4A. RGB value is (20,120,74). Sum of RGB (Red+Green+Blue) = 20+120+74=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #14784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14784A is #EB87B5. Grayscale: #545454. Windows color (decimal): -15435702 or 4880404. OLE color: 4880404.

HSL color Cylindrical-coordinate representation of color #14784A: hue angle of 152.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 #14784A is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB2012074-
CMYK0.8300.380.53
HSL152.4º71.43%27.45%-
HSV(B)152.4º83.33%47.06%-
XYZ8.2414.088.76-
YUV84.86121.8781.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 120 (47.27% from 255) = 56.07%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=9.35%
G=56.07%
B=34.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120740.8300.380.53152.471.4327.45
Hex14784A530263598471b
Octal241701121230466523010733
Binary10100111100010010101010011010011011010110011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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