#197370

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

Shades of Elm #197370

Tints of Elm #197370

Color information

#197370 (or 0x197370) is unknown color: approx Elm. HEX triplet: 19, 73 and 70. RGB value is (25,115,112). Sum of RGB (Red+Green+Blue) = 25+115+112=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #197370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197370 is #E68C8F. Grayscale: #575757. Windows color (decimal): -15109264 or 7369497. OLE color: 7369497.

HSL color Cylindrical-coordinate representation of color #197370: hue angle of 178º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197370 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB25115112-
CMYK0.7800.030.55
HSL178º64.29%27.45%-
HSV(B)178º78.26%45.1%-
XYZ9.4613.6417.46-
YUV87.75141.6883.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=9.92%
G=45.63%
B=44.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251151120.7800.030.5517864.2927.45
Hex1973704E0337b2401b
Octal31163160116036726210033
Binary1100111100111110000100111001111011110110010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197370; }

 p { color: rgb(25,115,112); }

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

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

 a { background-color: rgb(25,115,112); }

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

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

 span { border-color: rgb(25,115,112); }

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