#14754E

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

Shades of Salem #14754E

Tints of Salem #14754E

Color information

#14754E (or 0x14754E) is unknown color: approx Salem. HEX triplet: 14, 75 and 4E. RGB value is (20,117,78). Sum of RGB (Red+Green+Blue) = 20+117+78=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #14754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14754E is #EB8AB1. Grayscale: #535353. Windows color (decimal): -15436466 or 5141780. OLE color: 5141780.

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

Color convert

RGB2011778-
CMYK0.8300.330.54
HSL155.88º70.8%26.86%-
HSV(B)155.88º82.91%45.88%-
XYZ8.0213.429.38-
YUV83.55124.8682.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 117 (46.09% from 255) = 54.42%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=9.30%
G=54.42%
B=36.28%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117780.8300.330.54155.8870.826.86
Hex14754E53021369c471b
Octal241651161230416623410733
Binary10100111010110011101010011010000111011010011100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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