#147650

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

Shades of Salem #147650

Tints of Salem #147650

Color information

#147650 (or 0x147650) is unknown color: approx Salem. HEX triplet: 14, 76 and 50. RGB value is (20,118,80). Sum of RGB (Red+Green+Blue) = 20+118+80=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #147650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147650 is #EB89AF. Grayscale: #545454. Windows color (decimal): -15436208 or 5273108. OLE color: 5273108.

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

Color convert

RGB2011880-
CMYK0.8300.320.54
HSL156.73º71.01%27.06%-
HSV(B)156.73º83.05%46.27%-
XYZ8.2113.689.8-
YUV84.37125.5382.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=9.17%
G=54.13%
B=36.70%

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
Decimal20118800.8300.320.54156.7371.0127.06
Hex14765053020369d471b
Octal241661201230406623510733
Binary10100111011010100001010011010000011011010011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147650; }

 p { color: rgb(20,118,80); }

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

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

 a { background-color: rgb(20,118,80); }

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

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

 span { border-color: rgb(20,118,80); }

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