#198642

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

Shades of Salem #198642

Tints of Salem #198642

Color information

#198642 (or 0x198642) is unknown color: approx Salem. HEX triplet: 19, 86 and 42. RGB value is (25,134,66). Sum of RGB (Red+Green+Blue) = 25+134+66=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #198642 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198642 is #E679BD. Grayscale: #5D5D5D. Windows color (decimal): -15104446 or 4359705. OLE color: 4359705.

HSL color Cylindrical-coordinate representation of color #198642: hue angle of 142.57º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198642 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB2513466-
CMYK0.8100.510.47
HSL142.57º68.55%31.18%-
HSV(B)142.57º81.34%52.55%-
XYZ9.9117.658.04-
YUV93.66112.3979.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 134 (52.73% from 255) = 59.56%
BLUE value IS 66 (26.17% from 255) = 29.33%
R=11.11%
G=59.56%
B=29.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25134660.8100.510.47142.5768.5531.18
Hex198642510332F8f451f
Octal312061021210635721710537
Binary110011000011010000101010001011001110111110001111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198642; }

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

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

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

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

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

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

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

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