Html Css Color HEX #199248 Salem

📋 copy color: '#199248'

red 25 ◦ green 146 ◦ blue 72

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

Shades of Salem #199248

Tints of Salem #199248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.08%

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

R = 10.29%
G = 60.08%
B = 29.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#199248 (or 0x199248) is known color: Salem. HEX triplet: 19, 92 and 48. RGB value is (25,146,72). Sum of RGB (Red+Green+Blue) = 25+146+72=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #199248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199248 is #E66DB7. Grayscale: #656565. Windows color (decimal): -15101368 or 4755993. OLE color: 4755993.

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

Color convert

RGB 25 146 72 -
CMYK 0.83 0 0.51 0.43
HSL 143.31º 0.71% 0.34% -
HSV(B) 143.31º 0.83% 0.57% -
XYZ 11.85 21.23 9.6 -
YUV 101.39 111.41 73.52 -
System Red Green Blue C M Y K H S L
Decimal 25 146 72 0.83 0 0.51 0.43 143.31 0.71 0.34
Hex 19 92 48 53 0 33 2B 8F 47 22
Octal 31 222 110 123 0 63 53 217 107 42
Binary 11001 10010010 1001000 1010011 0 110011 101011 10001111 1000111 100010

Color Harmonies of #199248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199248

Black with #199248

Text Example


Text Example

White with #199248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199248; }

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

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

background-color css

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

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

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

border-color css

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

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

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