#188955

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

Shades of Salem #188955

Tints of Salem #188955

Color information

#188955 (or 0x188955) is unknown color: approx Salem. HEX triplet: 18, 89 and 55. RGB value is (24,137,85). Sum of RGB (Red+Green+Blue) = 24+137+85=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 137 (53.91% from 255 or 55.69% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 137 - color contains mainly: green. Hex color #188955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188955 is #E776AA. Grayscale: #616161. Windows color (decimal): -15169195 or 5605656. OLE color: 5605656.

HSL color Cylindrical-coordinate representation of color #188955: hue angle of 152.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188955 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB2413785-
CMYK0.8200.380.46
HSL152.39º70.19%31.57%-
HSV(B)152.39º82.48%53.73%-
XYZ10.9618.7411.63-
YUV97.28121.0675.73-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.76%
GREEN value IS 137 (53.91% from 255) = 55.69%
BLUE value IS 85 (33.59% from 255) = 34.55%
R=9.76%
G=55.69%
B=34.55%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal24137850.8200.380.46152.3970.1931.57
Hex188955520262E984620
Octal302111251220465623010640
Binary1100010001001101010110100100100110101110100110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188955; }

 p { color: rgb(24,137,85); }

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

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

 a { background-color: rgb(24,137,85); }

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

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

 span { border-color: rgb(24,137,85); }

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