Html Css Color HEX #119150 Salem

📋 copy color: '#119150'

red 17 ◦ green 145 ◦ blue 80

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

Shades of Salem #119150

Tints of Salem #119150

RGB

 RED value IS 17 (7.03% from 255) = 7.02%

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

 BLUE value IS 80 (31.64% from 255) = 33.06%

R = 7.02%
G = 59.92%
B = 33.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#119150 (or 0x119150) is known color: Salem. HEX triplet: 11, 91 and 50. RGB value is (17,145,80). Sum of RGB (Red+Green+Blue) = 17+145+80=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 145 (57.03% from 255 or 59.92% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 145 - color contains mainly: green. Hex color #119150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119150 is #EE6EAF. Grayscale: #636363. Windows color (decimal): -15625904 or 5280017. OLE color: 5280017.

HSL color Cylindrical-coordinate representation of color #119150: hue angle of 149.53º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #119150 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 145 80 -
CMYK 0.88 0 0.45 0.43
HSL 149.53º 0.79% 0.32% -
HSV(B) 149.53º 0.88% 0.57% -
XYZ 11.8 20.95 11.01 -
YUV 99.32 117.09 69.29 -
System Red Green Blue C M Y K H S L
Decimal 17 145 80 0.88 0 0.45 0.43 149.53 0.79 0.32
Hex 11 91 50 58 0 2D 2B 96 4F 20
Octal 21 221 120 130 0 55 53 226 117 40
Binary 10001 10010001 1010000 1011000 0 101101 101011 10010110 1001111 100000

Color Harmonies of #119150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #119150

Black with #119150

Text Example


Text Example

White with #119150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #119150; }

 p { color: rgb(17,145,80); }

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

background-color css

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

 a { background-color: rgb(17,145,80); }

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

border-color css

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

 span { border-color: rgb(17,145,80); }

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