#198C54

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

Shades of Salem #198C54

Tints of Salem #198C54

Color information

#198C54 (or 0x198C54) is unknown color: approx Salem. HEX triplet: 19, 8C and 54. RGB value is (25,140,84). Sum of RGB (Red+Green+Blue) = 25+140+84=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 84 (33.20% from 255 or 33.73% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #198C54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198C54 is #E673AB. Grayscale: #636363. Windows color (decimal): -15102892 or 5540889. OLE color: 5540889.

HSL color Cylindrical-coordinate representation of color #198C54: hue angle of 150.78º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198C54 is Cyan = 0.82, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.45.

Color convert

RGB2514084-
CMYK0.8200.40.45
HSL150.78º69.7%32.35%-
HSV(B)150.78º82.14%54.9%-
XYZ11.3819.611.57-
YUV99.23119.475.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 140 (55.08% from 255) = 56.22%
BLUE value IS 84 (33.20% from 255) = 33.73%
R=10.04%
G=56.22%
B=33.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25140840.8200.40.45150.7869.732.35
Hex198C54520282D974620
Octal312141241220505522710640
Binary1100110001100101010010100100101000101101100101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198C54; }

 p { color: rgb(25,140,84); }

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

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

 a { background-color: rgb(25,140,84); }

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

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

 span { border-color: rgb(25,140,84); }

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