#187150

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

Shades of Salem #187150

Tints of Salem #187150

Color information

#187150 (or 0x187150) is unknown color: approx Salem. HEX triplet: 18, 71 and 50. RGB value is (24,113,80). Sum of RGB (Red+Green+Blue) = 24+113+80=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #187150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187150 is #E78EAF. Grayscale: #525252. Windows color (decimal): -15175344 or 5271832. OLE color: 5271832.

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

Color convert

RGB2411380-
CMYK0.7900.290.56
HSL157.75º64.96%26.86%-
HSV(B)157.75º78.76%44.31%-
XYZ7.7312.589.61-
YUV82.63126.5186.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=11.06%
G=52.07%
B=36.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24113800.7900.290.56157.7564.9626.86
Hex1871504F01D389e411b
Octal301611201170357023610133
Binary1100011100011010000100111101110111100010011110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187150; }

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

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

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

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

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

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

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

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