#198F55

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

Shades of Salem #198F55

Tints of Salem #198F55

Color information

#198F55 (or 0x198F55) is unknown color: approx Salem. HEX triplet: 19, 8F and 55. RGB value is (25,143,85). Sum of RGB (Red+Green+Blue) = 25+143+85=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #198F55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198F55 is #E670AA. Grayscale: #656565. Windows color (decimal): -15102123 or 5607193. OLE color: 5607193.

HSL color Cylindrical-coordinate representation of color #198F55: hue angle of 150.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #198F55 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB2514385-
CMYK0.8300.410.44
HSL150.51º70.24%32.94%-
HSV(B)150.51º82.52%56.08%-
XYZ11.8620.5111.93-
YUV101.11118.9173.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 143 (56.25% from 255) = 56.52%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=9.88%
G=56.52%
B=33.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25143850.8300.410.44150.5170.2432.94
Hex198F55530292C974621
Octal312171251230515422710641
Binary1100110001111101010110100110101001101100100101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198F55; }

 p { color: rgb(25,143,85); }

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

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

 a { background-color: rgb(25,143,85); }

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

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

 span { border-color: rgb(25,143,85); }

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