#197372

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

Shades of Elm #197372

Tints of Elm #197372

Color information

#197372 (or 0x197372) is unknown color: approx Elm. HEX triplet: 19, 73 and 72. RGB value is (25,115,114). Sum of RGB (Red+Green+Blue) = 25+115+114=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #197372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197372 is #E68C8D. Grayscale: #575757. Windows color (decimal): -15109262 or 7500569. OLE color: 7500569.

HSL color Cylindrical-coordinate representation of color #197372: hue angle of 179.33º 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 #197372 is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB25115114-
CMYK0.7800.010.55
HSL179.33º64.29%27.45%-
HSV(B)179.33º78.26%45.1%-
XYZ9.5713.6818.06-
YUV87.98142.6883.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 115 (45.31% from 255) = 45.28%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=9.84%
G=45.28%
B=44.88%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal251151140.7800.010.55179.3364.2927.45
Hex1973724E0137b3401b
Octal31163162116016726310033
Binary110011110011111001010011100111011110110011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #197372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #197372; }

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

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

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

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

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

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

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

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