Html Css Color HEX #197570 Elm

📋 copy color: '#197570'

red 25 ◦ green 117 ◦ blue 112

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

Shades of Elm #197570

Tints of Elm #197570

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

 BLUE value IS 112 (44.14% from 255) = 44.09%

R = 9.84%
G = 46.06%
B = 44.09%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#197570 (or 0x197570) is known color: Elm. HEX triplet: 19, 75 and 70. RGB value is (25,117,112). Sum of RGB (Red+Green+Blue) = 25+117+112=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #197570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197570 is #E68A8F. Grayscale: #585858. Windows color (decimal): -15108752 or 7370009. OLE color: 7370009.

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

Color convert

RGB 25 117 112 -
CMYK 0.79 0 0.04 0.54
HSL 176.74º 0.65% 0.28% -
HSV(B) 176.74º 0.79% 0.46% -
XYZ 9.69 14.1 17.54 -
YUV 88.92 141.02 82.41 -
System Red Green Blue C M Y K H S L
Decimal 25 117 112 0.79 0 0.04 0.54 176.74 0.65 0.28
Hex 19 75 70 4F 0 4 36 B1 41 1C
Octal 31 165 160 117 0 4 66 261 101 34
Binary 11001 1110101 1110000 1001111 0 100 110110 10110001 1000001 11100

Color Harmonies of #197570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197570

Black with #197570

Text Example


Text Example

White with #197570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197570; }

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

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

background-color css

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

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

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

border-color css

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

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

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