#157650

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

Shades of Salem #157650

Tints of Salem #157650

Color information

#157650 (or 0x157650) is unknown color: approx Salem. HEX triplet: 15, 76 and 50. RGB value is (21,118,80). Sum of RGB (Red+Green+Blue) = 21+118+80=219 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.59% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #157650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157650 is #EA89AF. Grayscale: #545454. Windows color (decimal): -15370672 or 5273109. OLE color: 5273109.

HSL color Cylindrical-coordinate representation of color #157650: hue angle of 156.49º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157650 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB2111880-
CMYK0.8200.320.54
HSL156.49º69.78%27.25%-
HSV(B)156.49º82.2%46.27%-
XYZ8.2413.79.8-
YUV84.66125.3682.59-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.59%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=9.59%
G=53.88%
B=36.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21118800.8200.320.54156.4969.7827.25
Hex15765052020369c461b
Octal251661201220406623410633
Binary10101111011010100001010010010000011011010011100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157650; }

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

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

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

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

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

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

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

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