Html Css Color HEX #118A52 Salem

📋 copy color: '#118A52'

red 17 ◦ green 138 ◦ blue 82

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

Shades of Salem #118A52

Tints of Salem #118A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 58.23%

 BLUE value IS 82 (32.42% from 255) = 34.6%

R = 7.17%
G = 58.23%
B = 34.6%

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

#118A52 (or 0x118A52) is known color: Salem. HEX triplet: 11, 8A and 52. RGB value is (17,138,82). Sum of RGB (Red+Green+Blue) = 17+138+82=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 138 (54.30% from 255 or 58.23% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 138 - color contains mainly: green. Hex color #118A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118A52 is #EE75AD. Grayscale: #5F5F5F. Windows color (decimal): -15627694 or 5409297. OLE color: 5409297.

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

Color convert

RGB 17 138 82 -
CMYK 0.88 0 0.41 0.46
HSL 152.23º 0.78% 0.3% -
HSV(B) 152.23º 0.88% 0.54% -
XYZ 10.84 18.91 11.06 -
YUV 95.44 120.41 72.05 -
System Red Green Blue C M Y K H S L
Decimal 17 138 82 0.88 0 0.41 0.46 152.23 0.78 0.3
Hex 11 8A 52 58 0 29 2E 98 4E 1E
Octal 21 212 122 130 0 51 56 230 116 36
Binary 10001 10001010 1010010 1011000 0 101001 101110 10011000 1001110 11110

Color Harmonies of #118A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118A52

Black with #118A52

Text Example


Text Example

White with #118A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118A52; }

 p { color: rgb(17,138,82); }

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

background-color css

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

 a { background-color: rgb(17,138,82); }

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

border-color css

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

 span { border-color: rgb(17,138,82); }

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