#198556

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

Shades of Salem #198556

Tints of Salem #198556

Color information

#198556 (or 0x198556) is unknown color: approx Salem. HEX triplet: 19, 85 and 56. RGB value is (25,133,86). Sum of RGB (Red+Green+Blue) = 25+133+86=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #198556 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198556 is #E67AA9. Grayscale: #5F5F5F. Windows color (decimal): -15104682 or 5670169. OLE color: 5670169.

HSL color Cylindrical-coordinate representation of color #198556: hue angle of 153.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198556 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB2513386-
CMYK0.8100.350.48
HSL153.89º68.35%30.98%-
HSV(B)153.89º81.2%52.16%-
XYZ10.4717.6511.66-
YUV95.35122.7277.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 133 (52.34% from 255) = 54.51%
BLUE value IS 86 (33.98% from 255) = 35.25%
R=10.25%
G=54.51%
B=35.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25133860.8100.350.48153.8968.3530.98
Hex19855651023309a441f
Octal312051261210436023210437
Binary110011000010110101101010001010001111000010011010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198556; }

 p { color: rgb(25,133,86); }

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

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

 a { background-color: rgb(25,133,86); }

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

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

 span { border-color: rgb(25,133,86); }

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