#198857

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

Shades of Salem #198857

Tints of Salem #198857

Color information

#198857 (or 0x198857) is unknown color: approx Salem. HEX triplet: 19, 88 and 57. RGB value is (25,136,87). Sum of RGB (Red+Green+Blue) = 25+136+87=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 136 (53.52% from 255 or 54.84% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 136 - color contains mainly: green. Hex color #198857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198857 is #E677A8. Grayscale: #616161. Windows color (decimal): -15103913 or 5736473. OLE color: 5736473.

HSL color Cylindrical-coordinate representation of color #198857: hue angle of 153.51º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198857 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB2513687-
CMYK0.8200.360.47
HSL153.51º68.94%31.57%-
HSV(B)153.51º81.62%53.33%-
XYZ10.9318.512.01-
YUV97.22122.2376.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 136 (53.52% from 255) = 54.84%
BLUE value IS 87 (34.38% from 255) = 35.08%
R=10.08%
G=54.84%
B=35.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25136870.8200.360.47153.5168.9431.57
Hex198857520242F9a4520
Octal312101271220445723210540
Binary1100110001000101011110100100100100101111100110101000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198857; }

 p { color: rgb(25,136,87); }

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

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

 a { background-color: rgb(25,136,87); }

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

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

 span { border-color: rgb(25,136,87); }

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