#188257

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

Shades of Salem #188257

Tints of Salem #188257

Color information

#188257 (or 0x188257) is unknown color: approx Salem. HEX triplet: 18, 82 and 57. RGB value is (24,130,87). Sum of RGB (Red+Green+Blue) = 24+130+87=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #188257 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188257 is #E77DA8. Grayscale: #5D5D5D. Windows color (decimal): -15170985 or 5734936. OLE color: 5734936.

HSL color Cylindrical-coordinate representation of color #188257: hue angle of 155.66º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188257 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB2413087-
CMYK0.8200.330.49
HSL155.66º68.83%30.2%-
HSV(B)155.66º81.54%50.98%-
XYZ10.0816.8511.74-
YUV93.4124.3878.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=9.96%
G=53.94%
B=36.10%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130870.8200.330.49155.6668.8330.2
Hex18825752021319c451e
Octal302021271220416123410536
Binary110001000001010101111010010010000111000110011100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188257; }

 p { color: rgb(24,130,87); }

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

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

 a { background-color: rgb(24,130,87); }

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

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

 span { border-color: rgb(24,130,87); }

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