Html Css Color HEX #118F37 Salem

📋 copy color: '#118F37'

red 17 ◦ green 143 ◦ blue 55

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

Shades of Salem #118F37

Tints of Salem #118F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.58%

R = 7.91%
G = 66.51%
B = 25.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#118F37 (or 0x118F37) is known color: Salem. HEX triplet: 11, 8F and 37. RGB value is (17,143,55). Sum of RGB (Red+Green+Blue) = 17+143+55=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #118F37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F37 is #EE70C8. Grayscale: #5F5F5F. Windows color (decimal): -15626441 or 3641105. OLE color: 3641105.

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

Color convert

RGB 17 143 55 -
CMYK 0.88 0 0.62 0.44
HSL 138.1º 0.79% 0.31% -
HSV(B) 138.1º 0.88% 0.56% -
XYZ 10.74 20.04 6.92 -
YUV 95.29 105.26 72.16 -
System Red Green Blue C M Y K H S L
Decimal 17 143 55 0.88 0 0.62 0.44 138.1 0.79 0.31
Hex 11 8F 37 58 0 3E 2C 8A 4F 1F
Octal 21 217 67 130 0 76 54 212 117 37
Binary 10001 10001111 110111 1011000 0 111110 101100 10001010 1001111 11111

Color Harmonies of #118F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F37

Black with #118F37

Text Example


Text Example

White with #118F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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