Html Css Color HEX #118F52 Salem

📋 copy color: '#118F52'

red 17 ◦ green 143 ◦ blue 82

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

Shades of Salem #118F52

Tints of Salem #118F52

RGB

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

 GREEN value IS 143 (56.25% from 255) = 59.09%

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

R = 7.02%
G = 59.09%
B = 33.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#118F52 (or 0x118F52) is known color: Salem. HEX triplet: 11, 8F and 52. RGB value is (17,143,82). Sum of RGB (Red+Green+Blue) = 17+143+82=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #118F52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118F52 is #EE70AD. Grayscale: #626262. Windows color (decimal): -15626414 or 5410577. OLE color: 5410577.

HSL color Cylindrical-coordinate representation of color #118F52: hue angle of 150.95º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #118F52 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 143 82 -
CMYK 0.88 0 0.43 0.44
HSL 150.95º 0.79% 0.31% -
HSV(B) 150.95º 0.88% 0.56% -
XYZ 11.58 20.37 11.3 -
YUV 98.37 118.76 69.96 -
System Red Green Blue C M Y K H S L
Decimal 17 143 82 0.88 0 0.43 0.44 150.95 0.79 0.31
Hex 11 8F 52 58 0 2B 2C 97 4F 1F
Octal 21 217 122 130 0 53 54 227 117 37
Binary 10001 10001111 1010010 1011000 0 101011 101100 10010111 1001111 11111

Color Harmonies of #118F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F52

Black with #118F52

Text Example


Text Example

White with #118F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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