Html Css Color HEX #197372 Elm

📋 copy color: '#197372'

red 25 ◦ green 115 ◦ blue 114

#197372
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #197372

Tints of Elm #197372

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 value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#197372 (or 0x197372) is known color: 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

RGB 25 115 114 -
CMYK 0.78 0 0.01 0.55
HSL 179.33º 0.64% 0.27% -
HSV(B) 179.33º 0.78% 0.45% -
XYZ 9.57 13.68 18.06 -
YUV 87.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 25 115 114 0.78 0 0.01 0.55 179.33 0.64 0.27
Hex 19 73 72 4E 0 1 37 B3 40 1B
Octal 31 163 162 116 0 1 67 263 100 33
Binary 11001 1110011 1110010 1001110 0 1 110111 10110011 1000000 11011

Color Harmonies of #197372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197372

Black with #197372

Text Example


Text Example

White with #197372

Text Example


Text Example

HTML Codes & Css Web 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>