#198A56

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

Shades of Salem #198A56

Tints of Salem #198A56

Color information

#198A56 (or 0x198A56) is unknown color: approx Salem. HEX triplet: 19, 8A and 56. RGB value is (25,138,86). Sum of RGB (Red+Green+Blue) = 25+138+86=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #198A56 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198A56 is #E675A9. Grayscale: #626262. Windows color (decimal): -15103402 or 5671449. OLE color: 5671449.

HSL color Cylindrical-coordinate representation of color #198A56: hue angle of 152.39º degrees, saturation: 0.69, 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 #198A56 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB2513886-
CMYK0.8200.380.46
HSL152.39º69.33%31.96%-
HSV(B)152.39º81.88%54.12%-
XYZ11.1719.0611.89-
YUV98.28121.0675.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 138 (54.30% from 255) = 55.42%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=10.04%
G=55.42%
B=34.54%

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
Decimal25138860.8200.380.46152.3969.3331.96
Hex198A56520262E984520
Octal312121261220465623010540
Binary1100110001010101011010100100100110101110100110001000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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