#198451

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

Shades of Salem #198451

Tints of Salem #198451

Color information

#198451 (or 0x198451) is unknown color: approx Salem. HEX triplet: 19, 84 and 51. RGB value is (25,132,81). Sum of RGB (Red+Green+Blue) = 25+132+81=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #198451 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198451 is #E67BAE. Grayscale: #5E5E5E. Windows color (decimal): -15104943 or 5342233. OLE color: 5342233.

HSL color Cylindrical-coordinate representation of color #198451: hue angle of 151.4º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198451 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB2513281-
CMYK0.8100.390.48
HSL151.4º68.15%30.78%-
HSV(B)151.4º81.06%51.76%-
XYZ10.1417.310.59-
YUV94.19120.5578.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.50%
GREEN value IS 132 (51.95% from 255) = 55.46%
BLUE value IS 81 (32.03% from 255) = 34.03%
R=10.50%
G=55.46%
B=34.03%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal25132810.8100.390.48151.468.1530.78
Hex198451510273097441f
Octal312041211210476022710437
Binary110011000010010100011010001010011111000010010111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198451; }

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

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

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

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

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

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

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

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