Html Css Color HEX #11844A Salem

📋 copy color: '#11844A'

red 17 ◦ green 132 ◦ blue 74

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

Shades of Salem #11844A

Tints of Salem #11844A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 7.62%
G = 59.19%
B = 33.18%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#11844A (or 0x11844A) is known color: Salem. HEX triplet: 11, 84 and 4A. RGB value is (17,132,74). Sum of RGB (Red+Green+Blue) = 17+132+74=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #11844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11844A is #EE7BB5. Grayscale: #5B5B5B. Windows color (decimal): -15629238 or 4883473. OLE color: 4883473.

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

Color convert

RGB 17 132 74 -
CMYK 0.87 0 0.44 0.48
HSL 149.74º 0.77% 0.29% -
HSV(B) 149.74º 0.87% 0.52% -
XYZ 9.72 17.12 9.27 -
YUV 91 118.4 75.22 -
System Red Green Blue C M Y K H S L
Decimal 17 132 74 0.87 0 0.44 0.48 149.74 0.77 0.29
Hex 11 84 4A 57 0 2C 30 96 4D 1D
Octal 21 204 112 127 0 54 60 226 115 35
Binary 10001 10000100 1001010 1010111 0 101100 110000 10010110 1001101 11101

Color Harmonies of #11844A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11844A

Black with #11844A

Text Example


Text Example

White with #11844A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11844A; }

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

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

background-color css

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

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

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

border-color css

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

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

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