Html Css Color HEX #118340 Salem

📋 copy color: '#118340'

red 17 ◦ green 131 ◦ blue 64

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

Shades of Salem #118340

Tints of Salem #118340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.79%

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

R = 8.02%
G = 61.79%
B = 30.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#118340 (or 0x118340) is known color: Salem. HEX triplet: 11, 83 and 40. RGB value is (17,131,64). Sum of RGB (Red+Green+Blue) = 17+131+64=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #118340 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118340 is #EE7CBF. Grayscale: #595959. Windows color (decimal): -15629504 or 4227857. OLE color: 4227857.

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

Color convert

RGB 17 131 64 -
CMYK 0.87 0 0.51 0.49
HSL 144.74º 0.77% 0.29% -
HSV(B) 144.74º 0.87% 0.51% -
XYZ 9.27 16.72 7.59 -
YUV 89.28 113.73 76.45 -
System Red Green Blue C M Y K H S L
Decimal 17 131 64 0.87 0 0.51 0.49 144.74 0.77 0.29
Hex 11 83 40 57 0 33 31 91 4D 1D
Octal 21 203 100 127 0 63 61 221 115 35
Binary 10001 10000011 1000000 1010111 0 110011 110001 10010001 1001101 11101

Color Harmonies of #118340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118340

Black with #118340

Text Example


Text Example

White with #118340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118340; }

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

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

background-color css

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

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

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

border-color css

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

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

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