Html Css Color HEX #118951 Salem

📋 copy color: '#118951'

red 17 ◦ green 137 ◦ blue 81

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

Shades of Salem #118951

Tints of Salem #118951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 34.47%

R = 7.23%
G = 58.3%
B = 34.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#118951 (or 0x118951) is known color: Salem. HEX triplet: 11, 89 and 51. RGB value is (17,137,81). Sum of RGB (Red+Green+Blue) = 17+137+81=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 137 (53.91% from 255 or 58.30% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 137 - color contains mainly: green. Hex color #118951 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118951 is #EE76AE. Grayscale: #5E5E5E. Windows color (decimal): -15627951 or 5343505. OLE color: 5343505.

HSL color Cylindrical-coordinate representation of color #118951: hue angle of 152º 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 #118951 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB 17 137 81 -
CMYK 0.88 0 0.41 0.46
HSL 152º 0.78% 0.3% -
HSV(B) 152º 0.88% 0.54% -
XYZ 10.66 18.6 10.81 -
YUV 94.74 120.24 72.55 -
System Red Green Blue C M Y K H S L
Decimal 17 137 81 0.88 0 0.41 0.46 152 0.78 0.3
Hex 11 89 51 58 0 29 2E 98 4E 1E
Octal 21 211 121 130 0 51 56 230 116 36
Binary 10001 10001001 1010001 1011000 0 101001 101110 10011000 1001110 11110

Color Harmonies of #118951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118951

Black with #118951

Text Example


Text Example

White with #118951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118951; }

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

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

background-color css

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

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

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

border-color css

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

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

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