#198956

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

Shades of Salem #198956

Tints of Salem #198956

Color information

#198956 (or 0x198956) is unknown color: approx Salem. HEX triplet: 19, 89 and 56. RGB value is (25,137,86). Sum of RGB (Red+Green+Blue) = 25+137+86=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 137 (53.91% from 255 or 55.24% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 137 - color contains mainly: green. Hex color #198956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198956 is #E676A9. Grayscale: #616161. Windows color (decimal): -15103658 or 5671193. OLE color: 5671193.

HSL color Cylindrical-coordinate representation of color #198956: hue angle of 152.68º 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 #198956 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB2513786-
CMYK0.8200.370.46
HSL152.68º69.14%31.76%-
HSV(B)152.68º81.75%53.73%-
XYZ11.0318.7711.85-
YUV97.7121.3976.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 137 (53.91% from 255) = 55.24%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=10.08%
G=55.24%
B=34.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25137860.8200.370.46152.6869.1431.76
Hex198956520252E994520
Octal312111261220455623110540
Binary1100110001001101011010100100100101101110100110011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198956; }

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

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

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

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

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

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

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

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