#188356

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

Shades of Salem #188356

Tints of Salem #188356

Color information

#188356 (or 0x188356) is unknown color: approx Salem. HEX triplet: 18, 83 and 56. RGB value is (24,131,86). Sum of RGB (Red+Green+Blue) = 24+131+86=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #188356 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188356 is #E77CA9. Grayscale: #5D5D5D. Windows color (decimal): -15170730 or 5669656. OLE color: 5669656.

HSL color Cylindrical-coordinate representation of color #188356: hue angle of 154.77º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188356 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB2413186-
CMYK0.8200.340.49
HSL154.77º69.03%30.39%-
HSV(B)154.77º81.68%51.37%-
XYZ10.1717.111.57-
YUV93.88123.5578.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 131 (51.56% from 255) = 54.36%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=9.96%
G=54.36%
B=35.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131860.8200.340.49154.7769.0330.39
Hex18835652022319b451e
Octal302031261220426123310536
Binary110001000001110101101010010010001011000110011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188356; }

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

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

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

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

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

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

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

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