Html Css Color HEX #197874 Elm

📋 copy color: '#197874'

red 25 ◦ green 120 ◦ blue 116

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

Shades of Elm #197874

Tints of Elm #197874

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 9.58%
G = 45.98%
B = 44.44%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#197874 (or 0x197874) is known color: Elm. HEX triplet: 19, 78 and 74. RGB value is (25,120,116). Sum of RGB (Red+Green+Blue) = 25+120+116=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #197874 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197874 is #E6878B. Grayscale: #5B5B5B. Windows color (decimal): -15107980 or 7632921. OLE color: 7632921.

HSL color Cylindrical-coordinate representation of color #197874: hue angle of 177.47º 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 #197874 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 25 120 116 -
CMYK 0.79 0 0.03 0.53
HSL 177.47º 0.66% 0.28% -
HSV(B) 177.47º 0.79% 0.47% -
XYZ 10.27 14.9 18.86 -
YUV 91.14 142.03 80.83 -
System Red Green Blue C M Y K H S L
Decimal 25 120 116 0.79 0 0.03 0.53 177.47 0.66 0.28
Hex 19 78 74 4F 0 3 35 B1 42 1C
Octal 31 170 164 117 0 3 65 261 102 34
Binary 11001 1111000 1110100 1001111 0 11 110101 10110001 1000010 11100

Color Harmonies of #197874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197874

Black with #197874

Text Example


Text Example

White with #197874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197874; }

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

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

background-color css

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

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

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

border-color css

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

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

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