#187255

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

Shades of Salem #187255

Tints of Salem #187255

Color information

#187255 (or 0x187255) is unknown color: approx Salem. HEX triplet: 18, 72 and 55. RGB value is (24,114,85). Sum of RGB (Red+Green+Blue) = 24+114+85=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #187255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187255 is #E78DAA. Grayscale: #535353. Windows color (decimal): -15175083 or 5599768. OLE color: 5599768.

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

Color convert

RGB2411485-
CMYK0.7900.250.55
HSL160.67º65.22%27.06%-
HSV(B)160.67º78.95%44.71%-
XYZ8.0312.8810.66-
YUV83.78128.6885.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.76%
GREEN value IS 114 (44.92% from 255) = 51.12%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=10.76%
G=51.12%
B=38.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24114850.7900.250.55160.6765.2227.06
Hex1872554F01937a1411b
Octal301621251170316724110133
Binary1100011100101010101100111101100111011110100001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187255; }

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

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

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

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

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

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

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

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