Html Css Color HEX #118242 Salem

📋 copy color: '#118242'

red 17 ◦ green 130 ◦ blue 66

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

Shades of Salem #118242

Tints of Salem #118242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.03%

 BLUE value IS 66 (26.17% from 255) = 30.99%

R = 7.98%
G = 61.03%
B = 30.99%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#118242 (or 0x118242) is known color: Salem. HEX triplet: 11, 82 and 42. RGB value is (17,130,66). Sum of RGB (Red+Green+Blue) = 17+130+66=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #118242 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118242 is #EE7DBD. Grayscale: #595959. Windows color (decimal): -15629758 or 4358673. OLE color: 4358673.

HSL color Cylindrical-coordinate representation of color #118242: hue angle of 146.02º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118242 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 130 66 -
CMYK 0.87 0 0.49 0.49
HSL 146.02º 0.77% 0.29% -
HSV(B) 146.02º 0.87% 0.51% -
XYZ 9.2 16.48 7.85 -
YUV 88.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 17 130 66 0.87 0 0.49 0.49 146.02 0.77 0.29
Hex 11 82 42 57 0 31 31 92 4D 1D
Octal 21 202 102 127 0 61 61 222 115 35
Binary 10001 10000010 1000010 1010111 0 110001 110001 10010010 1001101 11101

Color Harmonies of #118242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118242

Black with #118242

Text Example


Text Example

White with #118242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118242; }

 p { color: rgb(17,130,66); }

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

background-color css

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

 a { background-color: rgb(17,130,66); }

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

border-color css

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

 span { border-color: rgb(17,130,66); }

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