#198142

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

Shades of Salem #198142

Tints of Salem #198142

Color information

#198142 (or 0x198142) is unknown color: approx Salem. HEX triplet: 19, 81 and 42. RGB value is (25,129,66). Sum of RGB (Red+Green+Blue) = 25+129+66=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #198142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198142 is #E67EBD. Grayscale: #5A5A5A. Windows color (decimal): -15105726 or 4358425. OLE color: 4358425.

HSL color Cylindrical-coordinate representation of color #198142: hue angle of 143.65º 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 #198142 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB2512966-
CMYK0.8100.490.49
HSL143.65º67.53%30.2%-
HSV(B)143.65º80.62%50.59%-
XYZ9.2316.37.81-
YUV90.72114.0481.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 129 (50.78% from 255) = 58.64%
BLUE value IS 66 (26.17% from 255) = 30%
R=11.36%
G=58.64%
B=30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal25129660.8100.490.49143.6567.5330.2
Hex198142510313190441e
Octal312011021210616122010436
Binary110011000000110000101010001011000111000110010000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198142; }

 p { color: rgb(25,129,66); }

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

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

 a { background-color: rgb(25,129,66); }

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

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

 span { border-color: rgb(25,129,66); }

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