Html Css Color HEX #118F38 Salem

📋 copy color: '#118F38'

red 17 ◦ green 143 ◦ blue 56

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

Shades of Salem #118F38

Tints of Salem #118F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.93%

R = 7.87%
G = 66.2%
B = 25.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#118F38 (or 0x118F38) is known color: Salem. HEX triplet: 11, 8F and 38. RGB value is (17,143,56). Sum of RGB (Red+Green+Blue) = 17+143+56=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 143 (56.25% from 255 or 66.20% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 143 - color contains mainly: green. Hex color #118F38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118F38 is #EE70C7. Grayscale: #5F5F5F. Windows color (decimal): -15626440 or 3706641. OLE color: 3706641.

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

Color convert

RGB 17 143 56 -
CMYK 0.88 0 0.61 0.44
HSL 138.57º 0.79% 0.31% -
HSV(B) 138.57º 0.88% 0.56% -
XYZ 10.77 20.05 7.04 -
YUV 95.41 105.76 72.07 -
System Red Green Blue C M Y K H S L
Decimal 17 143 56 0.88 0 0.61 0.44 138.57 0.79 0.31
Hex 11 8F 38 58 0 3D 2C 8B 4F 1F
Octal 21 217 70 130 0 75 54 213 117 37
Binary 10001 10001111 111000 1011000 0 111101 101100 10001011 1001111 11111

Color Harmonies of #118F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118F38

Black with #118F38

Text Example


Text Example

White with #118F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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