#188056

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

Shades of Salem #188056

Tints of Salem #188056

Color information

#188056 (or 0x188056) is unknown color: approx Salem. HEX triplet: 18, 80 and 56. RGB value is (24,128,86). Sum of RGB (Red+Green+Blue) = 24+128+86=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 128 (50.39% from 255 or 53.78% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 128 - color contains mainly: green. Hex color #188056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188056 is #E77FA9. Grayscale: #5C5C5C. Windows color (decimal): -15171498 or 5668888. OLE color: 5668888.

HSL color Cylindrical-coordinate representation of color #188056: hue angle of 155.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188056 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB2412886-
CMYK0.8100.330.50
HSL155.77º68.42%29.8%-
HSV(B)155.77º81.25%50.2%-
XYZ9.7816.311.44-
YUV92.12124.5479.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.08%
GREEN value IS 128 (50.39% from 255) = 53.78%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=10.08%
G=53.78%
B=36.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal24128860.8100.330.50155.7768.4229.8
Hex18805651021329c441e
Octal302001261210416223410436
Binary110001000000010101101010001010000111001010011100100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188056; }

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

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

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

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

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

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

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

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