#188358

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

Shades of Salem #188358

Tints of Salem #188358

Color information

#188358 (or 0x188358) is unknown color: approx Salem. HEX triplet: 18, 83 and 58. RGB value is (24,131,88). Sum of RGB (Red+Green+Blue) = 24+131+88=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #188358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188358 is #E77CA7. Grayscale: #5E5E5E. Windows color (decimal): -15170728 or 5800728. OLE color: 5800728.

HSL color Cylindrical-coordinate representation of color #188358: hue angle of 155.89º 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 #188358 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB2413188-
CMYK0.8200.330.49
HSL155.89º69.03%30.39%-
HSV(B)155.89º81.68%51.37%-
XYZ10.2517.1312-
YUV94.1124.5578-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 131 (51.56% from 255) = 53.91%
BLUE value IS 88 (34.77% from 255) = 36.21%
R=9.88%
G=53.91%
B=36.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131880.8200.330.49155.8969.0330.39
Hex18835852021319c451e
Octal302031301220416123410536
Binary110001000001110110001010010010000111000110011100100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188358; }

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

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

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

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

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

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

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

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