#198478

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

Shades of Elm #198478

Tints of Elm #198478

Color information

#198478 (or 0x198478) is unknown color: approx Elm. HEX triplet: 19, 84 and 78. RGB value is (25,132,120). Sum of RGB (Red+Green+Blue) = 25+132+120=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #198478 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198478 is #E67B87. Grayscale: #626262. Windows color (decimal): -15104904 or 7898137. OLE color: 7898137.

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

Color convert

RGB25132120-
CMYK0.8100.090.48
HSL173.27º68.15%30.78%-
HSV(B)173.27º81.06%51.76%-
XYZ12.0418.0720.62-
YUV98.64140.0575.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.03%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 120 (47.27% from 255) = 43.32%
R=9.03%
G=47.65%
B=43.32%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal251321200.8100.090.48173.2768.1530.78
Hex198478510930ad441f
Octal312041701210116025510437
Binary1100110000100111100010100010100111000010101101100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198478; }

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

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

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

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

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

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

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

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