#198256

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

Shades of Salem #198256

Tints of Salem #198256

Color information

#198256 (or 0x198256) is unknown color: approx Salem. HEX triplet: 19, 82 and 56. RGB value is (25,130,86). Sum of RGB (Red+Green+Blue) = 25+130+86=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 130 (51.17% from 255 or 53.94% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 130 - color contains mainly: green. Hex color #198256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198256 is #E67DA9. Grayscale: #5D5D5D. Windows color (decimal): -15105450 or 5669401. OLE color: 5669401.

HSL color Cylindrical-coordinate representation of color #198256: hue angle of 154.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198256 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB2513086-
CMYK0.8100.340.49
HSL154.86º67.74%30.39%-
HSV(B)154.86º80.77%50.98%-
XYZ10.0616.8411.52-
YUV93.59123.7179.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 130 (51.17% from 255) = 53.94%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=10.37%
G=53.94%
B=35.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25130860.8100.340.49154.8667.7430.39
Hex19825651022319b441e
Octal312021261210426123310436
Binary110011000001010101101010001010001011000110011011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198256; }

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

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

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

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

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

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

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

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