Html Css Color HEX #197B49 Salem

📋 copy color: '#197B49'

red 25 ◦ green 123 ◦ blue 73

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

Shades of Salem #197B49

Tints of Salem #197B49

RGB

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

 GREEN value IS 123 (48.44% from 255) = 55.66%

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

R = 11.31%
G = 55.66%
B = 33.03%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#197B49 (or 0x197B49) is known color: Salem. HEX triplet: 19, 7B and 49. RGB value is (25,123,73). Sum of RGB (Red+Green+Blue) = 25+123+73=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 123 (48.44% from 255 or 55.66% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 123 - color contains mainly: green. Hex color #197B49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #197B49 is #E684B6. Grayscale: #585858. Windows color (decimal): -15107255 or 4815641. OLE color: 4815641.

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

Color convert

RGB 25 123 73 -
CMYK 0.80 0 0.41 0.52
HSL 149.39º 0.66% 0.29% -
HSV(B) 149.39º 0.8% 0.48% -
XYZ 8.69 14.85 8.71 -
YUV 88 119.53 83.07 -
System Red Green Blue C M Y K H S L
Decimal 25 123 73 0.80 0 0.41 0.52 149.39 0.66 0.29
Hex 19 7B 49 50 0 29 34 95 42 1D
Octal 31 173 111 120 0 51 64 225 102 35
Binary 11001 1111011 1001001 1010000 0 101001 110100 10010101 1000010 11101

Color Harmonies of #197B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197B49

Black with #197B49

Text Example


Text Example

White with #197B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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