#188556

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

Shades of Salem #188556

Tints of Salem #188556

Color information

#188556 (or 0x188556) is unknown color: approx Salem. HEX triplet: 18, 85 and 56. RGB value is (24,133,86). Sum of RGB (Red+Green+Blue) = 24+133+86=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #188556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188556 is #E77AA9. Grayscale: #5F5F5F. Windows color (decimal): -15170218 or 5670168. OLE color: 5670168.

HSL color Cylindrical-coordinate representation of color #188556: hue angle of 154.13º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188556 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB2413386-
CMYK0.8200.350.48
HSL154.13º69.43%30.78%-
HSV(B)154.13º81.95%52.16%-
XYZ10.4417.6411.66-
YUV95.05122.8977.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 133 (52.34% from 255) = 54.73%
BLUE value IS 86 (33.98% from 255) = 35.39%
R=9.88%
G=54.73%
B=35.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133860.8200.350.48154.1369.4330.78
Hex18855652023309a451f
Octal302051261220436023210537
Binary110001000010110101101010010010001111000010011010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188556; }

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

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

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

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

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

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

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

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