Html Css Color HEX #197472 Elm

📋 copy color: '#197472'

red 25 ◦ green 116 ◦ blue 114

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

Shades of Elm #197472

Tints of Elm #197472

RGB

 RED value IS 25 (10.16% from 255) = 9.8%

 GREEN value IS 116 (45.7% from 255) = 45.49%

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 9.8%
G = 45.49%
B = 44.71%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#197472 (or 0x197472) is known color: Elm. HEX triplet: 19, 74 and 72. RGB value is (25,116,114). Sum of RGB (Red+Green+Blue) = 25+116+114=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #197472 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197472 is #E68B8D. Grayscale: #585858. Windows color (decimal): -15109006 or 7500825. OLE color: 7500825.

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

Color convert

RGB 25 116 114 -
CMYK 0.78 0 0.02 0.55
HSL 178.68º 0.65% 0.28% -
HSV(B) 178.68º 0.78% 0.45% -
XYZ 9.68 13.91 18.09 -
YUV 88.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 25 116 114 0.78 0 0.02 0.55 178.68 0.65 0.28
Hex 19 74 72 4E 0 2 37 B3 41 1C
Octal 31 164 162 116 0 2 67 263 101 34
Binary 11001 1110100 1110010 1001110 0 10 110111 10110011 1000001 11100

Color Harmonies of #197472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197472

Black with #197472

Text Example


Text Example

White with #197472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197472; }

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

 H1.HeaderClassName
 {
   color: #197472;
 }
 .AnyTagClassName
 {
   color: #197472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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