#147B56

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

Shades of Salem #147B56

Tints of Salem #147B56

Color information

#147B56 (or 0x147B56) is unknown color: approx Salem. HEX triplet: 14, 7B and 56. RGB value is (20,123,86). Sum of RGB (Red+Green+Blue) = 20+123+86=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 123 (48.44% from 255 or 53.71% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 123 - color contains mainly: green. Hex color #147B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147B56 is #EB84A9. Grayscale: #585858. Windows color (decimal): -15434922 or 5667604. OLE color: 5667604.

HSL color Cylindrical-coordinate representation of color #147B56: hue angle of 158.45º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147B56 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB2012386-
CMYK0.8400.300.52
HSL158.45º72.03%28.04%-
HSV(B)158.45º83.74%48.24%-
XYZ9.0514.9911.22-
YUV87.98126.8879.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.73%
GREEN value IS 123 (48.44% from 255) = 53.71%
BLUE value IS 86 (33.98% from 255) = 37.55%
R=8.73%
G=53.71%
B=37.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20123860.8400.300.52158.4572.0328.04
Hex147B565401E349e481c
Octal241731261240366423611034
Binary1010011110111010110101010001111011010010011110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147B56; }

 p { color: rgb(20,123,86); }

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

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

 a { background-color: rgb(20,123,86); }

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

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

 span { border-color: rgb(20,123,86); }

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