Html Css Color HEX #198849 Salem

📋 copy color: '#198849'

red 25 ◦ green 136 ◦ blue 73

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

Shades of Salem #198849

Tints of Salem #198849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 58.12%

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

R = 10.68%
G = 58.12%
B = 31.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#198849 (or 0x198849) is known color: Salem. HEX triplet: 19, 88 and 49. RGB value is (25,136,73). Sum of RGB (Red+Green+Blue) = 25+136+73=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #198849 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #198849 is #E677B6. Grayscale: #5F5F5F. Windows color (decimal): -15103927 or 4818969. OLE color: 4818969.

HSL color Cylindrical-coordinate representation of color #198849: hue angle of 145.95º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198849 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 136 73 -
CMYK 0.82 0 0.46 0.47
HSL 145.95º 0.69% 0.32% -
HSV(B) 145.95º 0.82% 0.53% -
XYZ 10.41 18.3 9.29 -
YUV 95.63 115.23 77.62 -
System Red Green Blue C M Y K H S L
Decimal 25 136 73 0.82 0 0.46 0.47 145.95 0.69 0.32
Hex 19 88 49 52 0 2E 2F 92 45 20
Octal 31 210 111 122 0 56 57 222 105 40
Binary 11001 10001000 1001001 1010010 0 101110 101111 10010010 1000101 100000

Color Harmonies of #198849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198849

Black with #198849

Text Example


Text Example

White with #198849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198849; }

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

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

background-color css

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

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

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

border-color css

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

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

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