#14754C

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

Shades of Salem #14754C

Tints of Salem #14754C

Color information

#14754C (or 0x14754C) is unknown color: approx Salem. HEX triplet: 14, 75 and 4C. RGB value is (20,117,76). Sum of RGB (Red+Green+Blue) = 20+117+76=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #14754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14754C is #EB8AB3. Grayscale: #535353. Windows color (decimal): -15436468 or 5010708. OLE color: 5010708.

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

Color convert

RGB2011776-
CMYK0.8300.350.54
HSL154.64º70.8%26.86%-
HSV(B)154.64º82.91%45.88%-
XYZ7.9513.399-
YUV83.32123.8682.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.39%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=9.39%
G=54.93%
B=35.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117760.8300.350.54154.6470.826.86
Hex14754C53023369b471b
Octal241651141230436623310733
Binary10100111010110011001010011010001111011010011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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