Html Css Color HEX #199148 Salem

📋 copy color: '#199148'

red 25 ◦ green 145 ◦ blue 72

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

Shades of Salem #199148

Tints of Salem #199148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.92%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 10.33%
G = 59.92%
B = 29.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#199148 (or 0x199148) is known color: Salem. HEX triplet: 19, 91 and 48. RGB value is (25,145,72). Sum of RGB (Red+Green+Blue) = 25+145+72=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #199148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199148 is #E66EB7. Grayscale: #646464. Windows color (decimal): -15101624 or 4755737. OLE color: 4755737.

HSL color Cylindrical-coordinate representation of color #199148: hue angle of 143.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #199148 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 72 -
CMYK 0.83 0 0.50 0.43
HSL 143.5º 0.71% 0.33% -
HSV(B) 143.5º 0.83% 0.57% -
XYZ 11.7 20.93 9.55 -
YUV 100.8 111.74 73.94 -
System Red Green Blue C M Y K H S L
Decimal 25 145 72 0.83 0 0.50 0.43 143.5 0.71 0.33
Hex 19 91 48 53 0 32 2B 90 47 21
Octal 31 221 110 123 0 62 53 220 107 41
Binary 11001 10010001 1001000 1010011 0 110010 101011 10010000 1000111 100001

Color Harmonies of #199148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199148

Black with #199148

Text Example


Text Example

White with #199148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199148; }

 p { color: rgb(25,145,72); }

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

background-color css

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

 a { background-color: rgb(25,145,72); }

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

border-color css

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

 span { border-color: rgb(25,145,72); }

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