Html Css Color HEX #198550 Salem

📋 copy color: '#198550'

red 25 ◦ green 133 ◦ blue 80

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

Shades of Salem #198550

Tints of Salem #198550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.88%

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

R = 10.5%
G = 55.88%
B = 33.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#198550 (or 0x198550) is known color: Salem. HEX triplet: 19, 85 and 50. RGB value is (25,133,80). Sum of RGB (Red+Green+Blue) = 25+133+80=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #198550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198550 is #E67AAF. Grayscale: #5E5E5E. Windows color (decimal): -15104688 or 5276953. OLE color: 5276953.

HSL color Cylindrical-coordinate representation of color #198550: hue angle of 150.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198550 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 80 -
CMYK 0.81 0 0.40 0.48
HSL 150.56º 0.68% 0.31% -
HSV(B) 150.56º 0.81% 0.52% -
XYZ 10.24 17.56 10.44 -
YUV 94.67 119.72 78.31 -
System Red Green Blue C M Y K H S L
Decimal 25 133 80 0.81 0 0.40 0.48 150.56 0.68 0.31
Hex 19 85 50 51 0 28 30 97 44 1F
Octal 31 205 120 121 0 50 60 227 104 37
Binary 11001 10000101 1010000 1010001 0 101000 110000 10010111 1000100 11111

Color Harmonies of #198550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198550

Black with #198550

Text Example


Text Example

White with #198550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198550; }

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

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

background-color css

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

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

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

border-color css

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

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

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