Html Css Color HEX #118440 Salem

📋 copy color: '#118440'

red 17 ◦ green 132 ◦ blue 64

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

Shades of Salem #118440

Tints of Salem #118440

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.97%

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 7.98%
G = 61.97%
B = 30.05%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#118440 (or 0x118440) is known color: Salem. HEX triplet: 11, 84 and 40. RGB value is (17,132,64). Sum of RGB (Red+Green+Blue) = 17+132+64=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #118440 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118440 is #EE7BBF. Grayscale: #5A5A5A. Windows color (decimal): -15629248 or 4228113. OLE color: 4228113.

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

Color convert

RGB 17 132 64 -
CMYK 0.87 0 0.52 0.48
HSL 144.52º 0.77% 0.29% -
HSV(B) 144.52º 0.87% 0.52% -
XYZ 9.41 16.99 7.63 -
YUV 89.86 113.4 76.03 -
System Red Green Blue C M Y K H S L
Decimal 17 132 64 0.87 0 0.52 0.48 144.52 0.77 0.29
Hex 11 84 40 57 0 34 30 91 4D 1D
Octal 21 204 100 127 0 64 60 221 115 35
Binary 10001 10000100 1000000 1010111 0 110100 110000 10010001 1001101 11101

Color Harmonies of #118440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118440

Black with #118440

Text Example


Text Example

White with #118440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118440; }

 p { color: rgb(17,132,64); }

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

background-color css

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

 a { background-color: rgb(17,132,64); }

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

border-color css

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

 span { border-color: rgb(17,132,64); }

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