Html Css Color HEX #197050 Salem

📋 copy color: '#197050'

red 25 ◦ green 112 ◦ blue 80

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

Shades of Salem #197050

Tints of Salem #197050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.61%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 11.52%
G = 51.61%
B = 36.87%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#197050 (or 0x197050) is known color: Salem. HEX triplet: 19, 70 and 50. RGB value is (25,112,80). Sum of RGB (Red+Green+Blue) = 25+112+80=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 112 (44.14% from 255 or 51.61% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 112 - color contains mainly: green. Hex color #197050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197050 is #E68FAF. Grayscale: #525252. Windows color (decimal): -15110064 or 5271577. OLE color: 5271577.

HSL color Cylindrical-coordinate representation of color #197050: hue angle of 157.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #197050 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 112 80 -
CMYK 0.78 0 0.29 0.56
HSL 157.93º 0.64% 0.27% -
HSV(B) 157.93º 0.78% 0.44% -
XYZ 7.64 12.37 9.58 -
YUV 82.34 126.68 87.1 -
System Red Green Blue C M Y K H S L
Decimal 25 112 80 0.78 0 0.29 0.56 157.93 0.64 0.27
Hex 19 70 50 4E 0 1D 38 9E 40 1B
Octal 31 160 120 116 0 35 70 236 100 33
Binary 11001 1110000 1010000 1001110 0 11101 111000 10011110 1000000 11011

Color Harmonies of #197050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197050

Black with #197050

Text Example


Text Example

White with #197050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197050; }

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

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

background-color css

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

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

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

border-color css

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

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

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