Html Css Color HEX #11884D Salem

📋 copy color: '#11884D'

red 17 ◦ green 136 ◦ blue 77

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

Shades of Salem #11884D

Tints of Salem #11884D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.13%

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

R = 7.39%
G = 59.13%
B = 33.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#11884D (or 0x11884D) is known color: Salem. HEX triplet: 11, 88 and 4D. RGB value is (17,136,77). Sum of RGB (Red+Green+Blue) = 17+136+77=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #11884D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11884D is #EE77B2. Grayscale: #5D5D5D. Windows color (decimal): -15628211 or 5081105. OLE color: 5081105.

HSL color Cylindrical-coordinate representation of color #11884D: hue angle of 150.25º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11884D is Cyan = 0.87, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 17 136 77 -
CMYK 0.87 0 0.43 0.47
HSL 150.25º 0.78% 0.3% -
HSV(B) 150.25º 0.88% 0.53% -
XYZ 10.37 18.26 10 -
YUV 93.69 118.58 73.3 -
System Red Green Blue C M Y K H S L
Decimal 17 136 77 0.87 0 0.43 0.47 150.25 0.78 0.3
Hex 11 88 4D 57 0 2B 2F 96 4E 1E
Octal 21 210 115 127 0 53 57 226 116 36
Binary 10001 10001000 1001101 1010111 0 101011 101111 10010110 1001110 11110

Color Harmonies of #11884D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11884D

Black with #11884D

Text Example


Text Example

White with #11884D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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