Html Css Color HEX #118142 Salem

📋 copy color: '#118142'

red 17 ◦ green 129 ◦ blue 66

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

Shades of Salem #118142

Tints of Salem #118142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60.85%

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

R = 8.02%
G = 60.85%
B = 31.13%

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

#118142 (or 0x118142) is known color: Salem. HEX triplet: 11, 81 and 42. RGB value is (17,129,66). Sum of RGB (Red+Green+Blue) = 17+129+66=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #118142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118142 is #EE7EBD. Grayscale: #585858. Windows color (decimal): -15630014 or 4358417. OLE color: 4358417.

HSL color Cylindrical-coordinate representation of color #118142: hue angle of 146.25º 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 #118142 is Cyan = 0.87, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 129 66 -
CMYK 0.87 0 0.49 0.49
HSL 146.25º 0.77% 0.29% -
HSV(B) 146.25º 0.87% 0.51% -
XYZ 9.06 16.21 7.81 -
YUV 88.33 115.39 77.12 -
System Red Green Blue C M Y K H S L
Decimal 17 129 66 0.87 0 0.49 0.49 146.25 0.77 0.29
Hex 11 81 42 57 0 31 31 92 4D 1D
Octal 21 201 102 127 0 61 61 222 115 35
Binary 10001 10000001 1000010 1010111 0 110001 110001 10010010 1001101 11101

Color Harmonies of #118142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118142

Black with #118142

Text Example


Text Example

White with #118142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118142; }

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

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

background-color css

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

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

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

border-color css

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

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

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