#187250

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

Shades of Salem #187250

Tints of Salem #187250

Color information

#187250 (or 0x187250) is unknown color: approx Salem. HEX triplet: 18, 72 and 50. RGB value is (24,114,80). Sum of RGB (Red+Green+Blue) = 24+114+80=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #187250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187250 is #E78DAF. Grayscale: #535353. Windows color (decimal): -15175088 or 5272088. OLE color: 5272088.

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

Color convert

RGB2411480-
CMYK0.7900.300.55
HSL157.33º65.22%27.06%-
HSV(B)157.33º78.95%44.71%-
XYZ7.8412.819.65-
YUV83.21126.1885.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=11.01%
G=52.29%
B=36.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114800.7900.300.55157.3365.2227.06
Hex1872504F01E379d411b
Octal301621201170366723510133
Binary1100011100101010000100111101111011011110011101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187250; }

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

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

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

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

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

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

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

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