Html Css Color HEX #197872 Elm

📋 copy color: '#197872'

red 25 ◦ green 120 ◦ blue 114

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

Shades of Elm #197872

Tints of Elm #197872

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

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

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

RGB 25 120 114 -
CMYK 0.79 0 0.05 0.53
HSL 176.21º 0.66% 0.28% -
HSV(B) 176.21º 0.79% 0.47% -
XYZ 10.15 14.85 18.25 -
YUV 90.91 141.03 80.99 -
System Red Green Blue C M Y K H S L
Decimal 25 120 114 0.79 0 0.05 0.53 176.21 0.66 0.28
Hex 19 78 72 4F 0 5 35 B0 42 1C
Octal 31 170 162 117 0 5 65 260 102 34
Binary 11001 1111000 1110010 1001111 0 101 110101 10110000 1000010 11100

Color Harmonies of #197872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197872

Black with #197872

Text Example


Text Example

White with #197872

Text Example


Text Example

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