Html Css Color HEX #197375 Elm

📋 copy color: '#197375'

red 25 ◦ green 115 ◦ blue 117

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

Shades of Elm #197375

Tints of Elm #197375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 9.73%
G = 44.75%
B = 45.53%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#197375 (or 0x197375) is known color: Elm. HEX triplet: 19, 73 and 75. RGB value is (25,115,117). Sum of RGB (Red+Green+Blue) = 25+115+117=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #197375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197375 is #E68C8A. Grayscale: #585858. Windows color (decimal): -15109259 or 7697177. OLE color: 7697177.

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

Color convert

RGB 25 115 117 -
CMYK 0.79 0.02 0 0.54
HSL 181.3º 0.65% 0.28% -
HSV(B) 181.3º 0.79% 0.46% -
XYZ 9.74 13.75 18.97 -
YUV 88.32 144.18 82.84 -
System Red Green Blue C M Y K H S L
Decimal 25 115 117 0.79 0.02 0 0.54 181.3 0.65 0.28
Hex 19 73 75 4F 2 0 36 B5 41 1C
Octal 31 163 165 117 2 0 66 265 101 34
Binary 11001 1110011 1110101 1001111 10 0 110110 10110101 1000001 11100

Color Harmonies of #197375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197375

Black with #197375

Text Example


Text Example

White with #197375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197375; }

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

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

background-color css

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

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

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

border-color css

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

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

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