Html Css Color HEX #118950 Salem

📋 copy color: '#118950'

red 17 ◦ green 137 ◦ blue 80

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

Shades of Salem #118950

Tints of Salem #118950

RGB

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

 GREEN value IS 137 (53.91% from 255) = 58.55%

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

R = 7.26%
G = 58.55%
B = 34.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#118950 (or 0x118950) is known color: Salem. HEX triplet: 11, 89 and 50. RGB value is (17,137,80). Sum of RGB (Red+Green+Blue) = 17+137+80=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 137 (53.91% from 255 or 58.55% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 137 - color contains mainly: green. Hex color #118950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118950 is #EE76AF. Grayscale: #5E5E5E. Windows color (decimal): -15627952 or 5277969. OLE color: 5277969.

HSL color Cylindrical-coordinate representation of color #118950: hue angle of 151.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118950 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 80 -
CMYK 0.88 0 0.42 0.46
HSL 151.5º 0.78% 0.3% -
HSV(B) 151.5º 0.88% 0.54% -
XYZ 10.62 18.59 10.62 -
YUV 94.62 119.74 72.63 -
System Red Green Blue C M Y K H S L
Decimal 17 137 80 0.88 0 0.42 0.46 151.5 0.78 0.3
Hex 11 89 50 58 0 2A 2E 98 4E 1E
Octal 21 211 120 130 0 52 56 230 116 36
Binary 10001 10001001 1010000 1011000 0 101010 101110 10011000 1001110 11110

Color Harmonies of #118950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118950

Black with #118950

Text Example


Text Example

White with #118950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118950; }

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

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

background-color css

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

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

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

border-color css

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

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

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