#157250

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

Shades of Salem #157250

Tints of Salem #157250

Color information

#157250 (or 0x157250) is unknown color: approx Salem. HEX triplet: 15, 72 and 50. RGB value is (21,114,80). Sum of RGB (Red+Green+Blue) = 21+114+80=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #157250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157250 is #EA8DAF. Grayscale: #525252. Windows color (decimal): -15371696 or 5272085. OLE color: 5272085.

HSL color Cylindrical-coordinate representation of color #157250: hue angle of 158.06º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157250 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB2111480-
CMYK0.8200.300.55
HSL158.06º68.89%26.47%-
HSV(B)158.06º81.58%44.71%-
XYZ7.7712.779.65-
YUV82.32126.6984.26-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=9.77%
G=53.02%
B=37.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114800.8200.300.55158.0668.8926.47
Hex1572505201E379e451a
Octal251621201220366723610532
Binary1010111100101010000101001001111011011110011110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157250; }

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

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

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

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

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

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

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

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