#188C56

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

Shades of Salem #188C56

Tints of Salem #188C56

Color information

#188C56 (or 0x188C56) is unknown color: approx Salem. HEX triplet: 18, 8C and 56. RGB value is (24,140,86). Sum of RGB (Red+Green+Blue) = 24+140+86=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 140 (55.08% from 255 or 56% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 140 - color contains mainly: green. Hex color #188C56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188C56 is #E773A9. Grayscale: #636363. Windows color (decimal): -15168426 or 5671960. OLE color: 5671960.

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

Color convert

RGB2414086-
CMYK0.8300.390.45
HSL152.07º70.73%32.16%-
HSV(B)152.07º82.86%54.9%-
XYZ11.4319.6211.99-
YUV99.16120.5774.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.6%
GREEN value IS 140 (55.08% from 255) = 56%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=9.6%
G=56%
B=34.4%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24140860.8300.390.45152.0770.7332.16
Hex188C56530272D984720
Octal302141261230475523010740
Binary1100010001100101011010100110100111101101100110001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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