#197872

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

Shades of Elm #197872

Tints of Elm #197872

Color information

#197872 (or 0x197872) is unknown color: approx Elm. HEX triplet: 19, 78 and 72. RGB value is (25,120,114). Sum of RGB (Red+Green+Blue) = 25+120+114=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #197872 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197872 is #E6878D. Grayscale: #5A5A5A. Windows color (decimal): -15107982 or 7501849. OLE color: 7501849.

HSL color Cylindrical-coordinate representation of color #197872: hue angle of 176.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197872 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB25120114-
CMYK0.7900.050.53
HSL176.21º65.52%28.43%-
HSV(B)176.21º79.17%47.06%-
XYZ10.1514.8518.25-
YUV90.91141.0380.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 120 (47.27% from 255) = 46.33%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=9.65%
G=46.33%
B=44.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal251201140.7900.050.53176.2165.5228.43
Hex1978724F0535b0421c
Octal31170162117056526010234
Binary11001111100011100101001111010111010110110000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197872; }

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

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

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

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

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

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

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

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