Html Css Color HEX #197773 Elm

📋 copy color: '#197773'

red 25 ◦ green 119 ◦ blue 115

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

Shades of Elm #197773

Tints of Elm #197773

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.95%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 9.65%
G = 45.95%
B = 44.4%

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

#197773 (or 0x197773) is known color: Elm. HEX triplet: 19, 77 and 73. RGB value is (25,119,115). Sum of RGB (Red+Green+Blue) = 25+119+115=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 119 - color contains mainly: green. Hex color #197773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197773 is #E6888C. Grayscale: #5A5A5A. Windows color (decimal): -15108237 or 7567129. OLE color: 7567129.

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

Color convert

RGB 25 119 115 -
CMYK 0.79 0 0.03 0.53
HSL 177.45º 0.65% 0.28% -
HSV(B) 177.45º 0.79% 0.47% -
XYZ 10.09 14.64 18.51 -
YUV 90.44 141.86 81.33 -
System Red Green Blue C M Y K H S L
Decimal 25 119 115 0.79 0 0.03 0.53 177.45 0.65 0.28
Hex 19 77 73 4F 0 3 35 B1 41 1C
Octal 31 167 163 117 0 3 65 261 101 34
Binary 11001 1110111 1110011 1001111 0 11 110101 10110001 1000001 11100

Color Harmonies of #197773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197773

Black with #197773

Text Example


Text Example

White with #197773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197773; }

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

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

background-color css

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

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

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

border-color css

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

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

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