Html Css Color HEX #11844D Salem

📋 copy color: '#11844D'

red 17 ◦ green 132 ◦ blue 77

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

Shades of Salem #11844D

Tints of Salem #11844D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.07%

R = 7.52%
G = 58.41%
B = 34.07%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#11844D (or 0x11844D) is known color: Salem. HEX triplet: 11, 84 and 4D. RGB value is (17,132,77). Sum of RGB (Red+Green+Blue) = 17+132+77=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 132 (51.95% from 255 or 58.41% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 132 - color contains mainly: green. Hex color #11844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11844D is #EE7BB2. Grayscale: #5B5B5B. Windows color (decimal): -15629235 or 5080081. OLE color: 5080081.

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

Color convert

RGB 17 132 77 -
CMYK 0.87 0 0.42 0.48
HSL 151.3º 0.77% 0.29% -
HSV(B) 151.3º 0.87% 0.52% -
XYZ 9.82 17.16 9.82 -
YUV 91.35 119.9 74.97 -
System Red Green Blue C M Y K H S L
Decimal 17 132 77 0.87 0 0.42 0.48 151.3 0.77 0.29
Hex 11 84 4D 57 0 2A 30 97 4D 1D
Octal 21 204 115 127 0 52 60 227 115 35
Binary 10001 10000100 1001101 1010111 0 101010 110000 10010111 1001101 11101

Color Harmonies of #11844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11844D

Black with #11844D

Text Example


Text Example

White with #11844D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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