#187355

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

Shades of Salem #187355

Tints of Salem #187355

Color information

#187355 (or 0x187355) is unknown color: approx Salem. HEX triplet: 18, 73 and 55. RGB value is (24,115,85). Sum of RGB (Red+Green+Blue) = 24+115+85=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #187355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187355 is #E78CAA. Grayscale: #545454. Windows color (decimal): -15174827 or 5600024. OLE color: 5600024.

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

Color convert

RGB2411585-
CMYK0.7900.260.55
HSL160.22º65.47%27.25%-
HSV(B)160.22º79.13%45.1%-
XYZ8.1513.1110.7-
YUV84.37128.3584.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.71%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 85 (33.59% from 255) = 37.95%
R=10.71%
G=51.34%
B=37.95%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24115850.7900.260.55160.2265.4727.25
Hex1873554F01A37a0411b
Octal301631251170326724010133
Binary1100011100111010101100111101101011011110100000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187355; }

 p { color: rgb(24,115,85); }

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

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

 a { background-color: rgb(24,115,85); }

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

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

 span { border-color: rgb(24,115,85); }

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