Html Css Color HEX #198549 Salem

📋 copy color: '#198549'

red 25 ◦ green 133 ◦ blue 73

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

Shades of Salem #198549

Tints of Salem #198549

RGB

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

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

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

R = 10.82%
G = 57.58%
B = 31.6%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#198549 (or 0x198549) is known color: Salem. HEX triplet: 19, 85 and 49. RGB value is (25,133,73). Sum of RGB (Red+Green+Blue) = 25+133+73=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 133 (52.34% from 255 or 57.58% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 133 - color contains mainly: green. Hex color #198549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198549 is #E67AB6. Grayscale: #5E5E5E. Windows color (decimal): -15104695 or 4818201. OLE color: 4818201.

HSL color Cylindrical-coordinate representation of color #198549: hue angle of 146.67º 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 #198549 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 133 73 -
CMYK 0.81 0 0.45 0.48
HSL 146.67º 0.68% 0.31% -
HSV(B) 146.67º 0.81% 0.52% -
XYZ 9.99 17.46 9.15 -
YUV 93.87 116.22 78.88 -
System Red Green Blue C M Y K H S L
Decimal 25 133 73 0.81 0 0.45 0.48 146.67 0.68 0.31
Hex 19 85 49 51 0 2D 30 93 44 1F
Octal 31 205 111 121 0 55 60 223 104 37
Binary 11001 10000101 1001001 1010001 0 101101 110000 10010011 1000100 11111

Color Harmonies of #198549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198549

Black with #198549

Text Example


Text Example

White with #198549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198549; }

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

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

background-color css

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

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

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

border-color css

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

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

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