Html Css Color HEX #199140 Salem

📋 copy color: '#199140'

red 25 ◦ green 145 ◦ blue 64

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

Shades of Salem #199140

Tints of Salem #199140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 10.68%
G = 61.97%
B = 27.35%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#199140 (or 0x199140) is known color: Salem. HEX triplet: 19, 91 and 40. RGB value is (25,145,64). Sum of RGB (Red+Green+Blue) = 25+145+64=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 145 (57.03% from 255 or 61.97% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 145 - color contains mainly: green. Hex color #199140 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #199140 is #E66EBF. Grayscale: #646464. Windows color (decimal): -15101632 or 4231449. OLE color: 4231449.

HSL color Cylindrical-coordinate representation of color #199140: hue angle of 139.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 #199140 is Cyan = 0.83, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 25 145 64 -
CMYK 0.83 0 0.56 0.43
HSL 139.5º 0.71% 0.33% -
HSV(B) 139.5º 0.83% 0.57% -
XYZ 11.45 20.83 8.27 -
YUV 99.89 107.74 74.59 -
System Red Green Blue C M Y K H S L
Decimal 25 145 64 0.83 0 0.56 0.43 139.5 0.71 0.33
Hex 19 91 40 53 0 38 2B 8C 47 21
Octal 31 221 100 123 0 70 53 214 107 41
Binary 11001 10010001 1000000 1010011 0 111000 101011 10001100 1000111 100001

Color Harmonies of #199140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199140

Black with #199140

Text Example


Text Example

White with #199140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199140; }

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

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

background-color css

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

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

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

border-color css

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

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

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