#14754F

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

Shades of Salem #14754F

Tints of Salem #14754F

Color information

#14754F (or 0x14754F) is unknown color: approx Salem. HEX triplet: 14, 75 and 4F. RGB value is (20,117,79). Sum of RGB (Red+Green+Blue) = 20+117+79=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #14754F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14754F is #EB8AB0. Grayscale: #535353. Windows color (decimal): -15436465 or 5207316. OLE color: 5207316.

HSL color Cylindrical-coordinate representation of color #14754F: hue angle of 156.49º 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 #14754F is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB2011779-
CMYK0.8300.320.54
HSL156.49º70.8%26.86%-
HSV(B)156.49º82.91%45.88%-
XYZ8.0613.449.57-
YUV83.66125.3682.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=9.26%
G=54.17%
B=36.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117790.8300.320.54156.4970.826.86
Hex14754F53020369c471b
Octal241651171230406623410733
Binary10100111010110011111010011010000011011010011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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