#157750

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

Shades of Salem #157750

Tints of Salem #157750

Color information

#157750 (or 0x157750) is unknown color: approx Salem. HEX triplet: 15, 77 and 50. RGB value is (21,119,80). Sum of RGB (Red+Green+Blue) = 21+119+80=220 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.55% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #157750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157750 is #EA88AF. Grayscale: #555555. Windows color (decimal): -15370416 or 5273365. OLE color: 5273365.

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

Color convert

RGB2111980-
CMYK0.8200.330.53
HSL156.12º70%27.45%-
HSV(B)156.12º82.35%46.67%-
XYZ8.3513.939.84-
YUV85.25125.0382.17-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.55%
GREEN value IS 119 (46.88% from 255) = 54.09%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=9.55%
G=54.09%
B=36.36%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119800.8200.330.53156.127027.45
Hex15775052021359c461b
Octal251671201220416523410633
Binary10101111011110100001010010010000111010110011100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157750; }

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

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

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

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

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

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

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

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