Html Css Color HEX #118742 Salem

📋 copy color: '#118742'

red 17 ◦ green 135 ◦ blue 66

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

Shades of Salem #118742

Tints of Salem #118742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 61.93%

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

R = 7.8%
G = 61.93%
B = 30.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#118742 (or 0x118742) is known color: Salem. HEX triplet: 11, 87 and 42. RGB value is (17,135,66). Sum of RGB (Red+Green+Blue) = 17+135+66=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #118742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118742 is #EE78BD. Grayscale: #5C5C5C. Windows color (decimal): -15628478 or 4359953. OLE color: 4359953.

HSL color Cylindrical-coordinate representation of color #118742: hue angle of 144.92º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118742 is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 135 66 -
CMYK 0.87 0 0.51 0.47
HSL 144.92º 0.78% 0.3% -
HSV(B) 144.92º 0.87% 0.53% -
XYZ 9.88 17.84 8.08 -
YUV 91.85 113.41 74.61 -
System Red Green Blue C M Y K H S L
Decimal 17 135 66 0.87 0 0.51 0.47 144.92 0.78 0.3
Hex 11 87 42 57 0 33 2F 91 4E 1E
Octal 21 207 102 127 0 63 57 221 116 36
Binary 10001 10000111 1000010 1010111 0 110011 101111 10010001 1001110 11110

Color Harmonies of #118742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118742

Black with #118742

Text Example


Text Example

White with #118742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118742; }

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

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

background-color css

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

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

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

border-color css

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

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

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