Html Css Color HEX #197C49 Salem

📋 copy color: '#197C49'

red 25 ◦ green 124 ◦ blue 73

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

Shades of Salem #197C49

Tints of Salem #197C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.86%

 BLUE value IS 73 (28.91% from 255) = 32.88%

R = 11.26%
G = 55.86%
B = 32.88%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#197C49 (or 0x197C49) is known color: Salem. HEX triplet: 19, 7C and 49. RGB value is (25,124,73). Sum of RGB (Red+Green+Blue) = 25+124+73=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 124 (48.83% from 255 or 55.86% from 222); Blue value is 73 (28.91% from 255 or 32.88% from 222); Max value from RGB is 124 - color contains mainly: green. Hex color #197C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197C49 is #E683B6. Grayscale: #585858. Windows color (decimal): -15106999 or 4815897. OLE color: 4815897.

HSL color Cylindrical-coordinate representation of color #197C49: hue angle of 149.09º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #197C49 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 124 73 -
CMYK 0.80 0 0.41 0.51
HSL 149.09º 0.66% 0.29% -
HSV(B) 149.09º 0.8% 0.49% -
XYZ 8.81 15.1 8.75 -
YUV 88.59 119.2 82.65 -
System Red Green Blue C M Y K H S L
Decimal 25 124 73 0.80 0 0.41 0.51 149.09 0.66 0.29
Hex 19 7C 49 50 0 29 33 95 42 1D
Octal 31 174 111 120 0 51 63 225 102 35
Binary 11001 1111100 1001001 1010000 0 101001 110011 10010101 1000010 11101

Color Harmonies of #197C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197C49

Black with #197C49

Text Example


Text Example

White with #197C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197C49; }

 p { color: rgb(25,124,73); }

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

background-color css

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

 a { background-color: rgb(25,124,73); }

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

border-color css

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

 span { border-color: rgb(25,124,73); }

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