#188B50

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

Shades of Salem #188B50

Tints of Salem #188B50

Color information

#188B50 (or 0x188B50) is unknown color: approx Salem. HEX triplet: 18, 8B and 50. RGB value is (24,139,80). Sum of RGB (Red+Green+Blue) = 24+139+80=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 139 (54.69% from 255 or 57.20% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 139 - color contains mainly: green. Hex color #188B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188B50 is #E774AF. Grayscale: #626262. Windows color (decimal): -15168688 or 5278488. OLE color: 5278488.

HSL color Cylindrical-coordinate representation of color #188B50: hue angle of 149.22º 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 #188B50 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB2413980-
CMYK0.8300.420.45
HSL149.22º70.55%31.96%-
HSV(B)149.22º82.73%54.51%-
XYZ11.0619.2410.72-
YUV97.89117.975.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 139 (54.69% from 255) = 57.20%
BLUE value IS 80 (31.64% from 255) = 32.92%
R=9.88%
G=57.20%
B=32.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24139800.8300.420.45149.2270.5531.96
Hex188B505302A2D954720
Octal302131201230525522510740
Binary1100010001011101000010100110101010101101100101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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