#187056

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

Shades of Salem #187056

Tints of Salem #187056

Color information

#187056 (or 0x187056) is unknown color: approx Salem. HEX triplet: 18, 70 and 56. RGB value is (24,112,86). Sum of RGB (Red+Green+Blue) = 24+112+86=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #187056 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187056 is #E78FA9. Grayscale: #525252. Windows color (decimal): -15175594 or 5664792. OLE color: 5664792.

HSL color Cylindrical-coordinate representation of color #187056: hue angle of 162.27º 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 #187056 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB2411286-
CMYK0.7900.230.56
HSL162.27º64.71%26.67%-
HSV(B)162.27º78.57%43.92%-
XYZ7.8512.4510.79-
YUV82.72129.8586.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=10.81%
G=50.45%
B=38.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24112860.7900.230.56162.2764.7126.67
Hex1870564F01738a2411b
Octal301601261170277024210133
Binary1100011100001010110100111101011111100010100010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187056; }

 p { color: rgb(24,112,86); }

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

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

 a { background-color: rgb(24,112,86); }

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

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

 span { border-color: rgb(24,112,86); }

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