#188B56

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

Shades of Salem #188B56

Tints of Salem #188B56

Color information

#188B56 (or 0x188B56) is unknown color: approx Salem. HEX triplet: 18, 8B and 56. RGB value is (24,139,86). Sum of RGB (Red+Green+Blue) = 24+139+86=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 139 (54.69% from 255 or 55.82% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 139 - color contains mainly: green. Hex color #188B56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B56 is #E774A9. Grayscale: #626262. Windows color (decimal): -15168682 or 5671704. OLE color: 5671704.

HSL color Cylindrical-coordinate representation of color #188B56: hue angle of 152.35º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188B56 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB2413986-
CMYK0.8300.380.45
HSL152.35º70.55%31.96%-
HSV(B)152.35º82.73%54.51%-
XYZ11.2919.3311.94-
YUV98.57120.974.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 139 (54.69% from 255) = 55.82%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=9.64%
G=55.82%
B=34.54%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24139860.8300.380.45152.3570.5531.96
Hex188B56530262D984720
Octal302131261230465523010740
Binary1100010001011101011010100110100110101101100110001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188B56; }

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

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

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

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

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

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

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

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