#188349

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

Shades of Salem #188349

Tints of Salem #188349

Color information

#188349 (or 0x188349) is unknown color: approx Salem. HEX triplet: 18, 83 and 49. RGB value is (24,131,73). Sum of RGB (Red+Green+Blue) = 24+131+73=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 131 (51.56% from 255 or 57.46% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 131 - color contains mainly: green. Hex color #188349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188349 is #E77CB6. Grayscale: #5C5C5C. Windows color (decimal): -15170743 or 4817688. OLE color: 4817688.

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

Color convert

RGB2413173-
CMYK0.8200.440.49
HSL147.48º69.03%30.39%-
HSV(B)147.48º81.68%51.37%-
XYZ9.716.919.06-
YUV92.4117.0579.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.53%
GREEN value IS 131 (51.56% from 255) = 57.46%
BLUE value IS 73 (28.91% from 255) = 32.02%
R=10.53%
G=57.46%
B=32.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24131730.8200.440.49147.4869.0330.39
Hex1883495202C3193451e
Octal302031111220546122310536
Binary110001000001110010011010010010110011000110010011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188349; }

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

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

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

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

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

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

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

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