Html Css Color HEX #197150 Salem

📋 copy color: '#197150'

red 25 ◦ green 113 ◦ blue 80

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

Shades of Salem #197150

Tints of Salem #197150

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.83%

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

R = 11.47%
G = 51.83%
B = 36.7%

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

#197150 (or 0x197150) is known color: Salem. HEX triplet: 19, 71 and 50. RGB value is (25,113,80). Sum of RGB (Red+Green+Blue) = 25+113+80=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #197150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197150 is #E68EAF. Grayscale: #525252. Windows color (decimal): -15109808 or 5271833. OLE color: 5271833.

HSL color Cylindrical-coordinate representation of color #197150: hue angle of 157.5º 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 #197150 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 113 80 -
CMYK 0.78 0 0.29 0.56
HSL 157.5º 0.64% 0.27% -
HSV(B) 157.5º 0.78% 0.44% -
XYZ 7.75 12.6 9.61 -
YUV 82.93 126.35 86.68 -
System Red Green Blue C M Y K H S L
Decimal 25 113 80 0.78 0 0.29 0.56 157.5 0.64 0.27
Hex 19 71 50 4E 0 1D 38 9E 40 1B
Octal 31 161 120 116 0 35 70 236 100 33
Binary 11001 1110001 1010000 1001110 0 11101 111000 10011110 1000000 11011

Color Harmonies of #197150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #197150

Black with #197150

Text Example


Text Example

White with #197150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #197150; }

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

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

background-color css

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

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

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

border-color css

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

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

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