#198751

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

Shades of Salem #198751

Tints of Salem #198751

Color information

#198751 (or 0x198751) is unknown color: approx Salem. HEX triplet: 19, 87 and 51. RGB value is (25,135,81). Sum of RGB (Red+Green+Blue) = 25+135+81=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #198751 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198751 is #E678AE. Grayscale: #606060. Windows color (decimal): -15104175 or 5343001. OLE color: 5343001.

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

Color convert

RGB2513581-
CMYK0.8100.400.47
HSL150.55º68.75%31.37%-
HSV(B)150.55º81.48%52.94%-
XYZ10.5518.1310.73-
YUV95.95119.5677.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=10.37%
G=56.02%
B=33.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal25135810.8100.400.47150.5568.7531.37
Hex198751510282F97451f
Octal312071211210505722710537
Binary110011000011110100011010001010100010111110010111100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198751; }

 p { color: rgb(25,135,81); }

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

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

 a { background-color: rgb(25,135,81); }

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

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

 span { border-color: rgb(25,135,81); }

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