Html Css Color HEX #118541 Salem

📋 copy color: '#118541'

red 17 ◦ green 133 ◦ blue 65

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

Shades of Salem #118541

Tints of Salem #118541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.86%

 BLUE value IS 65 (25.78% from 255) = 30.23%

R = 7.91%
G = 61.86%
B = 30.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#118541 (or 0x118541) is known color: Salem. HEX triplet: 11, 85 and 41. RGB value is (17,133,65). Sum of RGB (Red+Green+Blue) = 17+133+65=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #118541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #118541 is #EE7ABE. Grayscale: #5A5A5A. Windows color (decimal): -15628991 or 4293905. OLE color: 4293905.

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

Color convert

RGB 17 133 65 -
CMYK 0.87 0 0.51 0.48
HSL 144.83º 0.77% 0.29% -
HSV(B) 144.83º 0.87% 0.52% -
XYZ 9.57 17.28 7.83 -
YUV 90.56 113.57 75.53 -
System Red Green Blue C M Y K H S L
Decimal 17 133 65 0.87 0 0.51 0.48 144.83 0.77 0.29
Hex 11 85 41 57 0 33 30 91 4D 1D
Octal 21 205 101 127 0 63 60 221 115 35
Binary 10001 10000101 1000001 1010111 0 110011 110000 10010001 1001101 11101

Color Harmonies of #118541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #118541

Black with #118541

Text Example


Text Example

White with #118541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #118541; }

 p { color: rgb(17,133,65); }

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

background-color css

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

 a { background-color: rgb(17,133,65); }

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

border-color css

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

 span { border-color: rgb(17,133,65); }

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