Html Css Color HEX #197650 Salem

📋 copy color: '#197650'

red 25 ◦ green 118 ◦ blue 80

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

Shades of Salem #197650

Tints of Salem #197650

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.91%

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

R = 11.21%
G = 52.91%
B = 35.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#197650 (or 0x197650) is known color: Salem. HEX triplet: 19, 76 and 50. RGB value is (25,118,80). Sum of RGB (Red+Green+Blue) = 25+118+80=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 80 (31.64% from 255 or 35.87% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #197650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197650 is #E689AF. Grayscale: #555555. Windows color (decimal): -15108528 or 5273113. OLE color: 5273113.

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

Color convert

RGB 25 118 80 -
CMYK 0.79 0 0.32 0.54
HSL 155.48º 0.65% 0.28% -
HSV(B) 155.48º 0.79% 0.46% -
XYZ 8.33 13.74 9.8 -
YUV 85.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 25 118 80 0.79 0 0.32 0.54 155.48 0.65 0.28
Hex 19 76 50 4F 0 20 36 9B 41 1C
Octal 31 166 120 117 0 40 66 233 101 34
Binary 11001 1110110 1010000 1001111 0 100000 110110 10011011 1000001 11100

Color Harmonies of #197650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197650

Black with #197650

Text Example


Text Example

White with #197650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197650; }

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

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

background-color css

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

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

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

border-color css

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

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

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