#14754D

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

Shades of Salem #14754D

Tints of Salem #14754D

Color information

#14754D (or 0x14754D) is unknown color: approx Salem. HEX triplet: 14, 75 and 4D. RGB value is (20,117,77). Sum of RGB (Red+Green+Blue) = 20+117+77=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 117 (46.09% from 255 or 54.67% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 117 - color contains mainly: green. Hex color #14754D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14754D is #EB8AB2. Grayscale: #535353. Windows color (decimal): -15436467 or 5076244. OLE color: 5076244.

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

Color convert

RGB2011777-
CMYK0.8300.340.54
HSL155.26º70.8%26.86%-
HSV(B)155.26º82.91%45.88%-
XYZ7.9913.419.19-
YUV83.44124.3682.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 117 (46.09% from 255) = 54.67%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=9.35%
G=54.67%
B=35.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117770.8300.340.54155.2670.826.86
Hex14754D53022369b471b
Octal241651151230426623310733
Binary10100111010110011011010011010001011011010011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14754D; }

 p { color: rgb(20,117,77); }

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

<style>
 a { background-color: #14754D; }

 a { background-color: rgb(20,117,77); }

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

<style>
 span { border-color: #14754D; }

 span { border-color: rgb(20,117,77); }

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