#187550

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

Shades of Salem #187550

Tints of Salem #187550

Color information

#187550 (or 0x187550) is unknown color: approx Salem. HEX triplet: 18, 75 and 50. RGB value is (24,117,80). Sum of RGB (Red+Green+Blue) = 24+117+80=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #187550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187550 is #E78AAF. Grayscale: #555555. Windows color (decimal): -15174320 or 5272856. OLE color: 5272856.

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

Color convert

RGB2411780-
CMYK0.7900.320.54
HSL156.13º65.96%27.65%-
HSV(B)156.13º79.49%45.88%-
XYZ8.1913.59.76-
YUV84.98125.1984.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=10.86%
G=52.94%
B=36.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117800.7900.320.54156.1365.9627.65
Hex1875504F020369c421c
Octal301651201170406623410234
Binary11000111010110100001001111010000011011010011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187550; }

 p { color: rgb(24,117,80); }

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

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

 a { background-color: rgb(24,117,80); }

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

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

 span { border-color: rgb(24,117,80); }

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