Html Css Color HEX #11884C Salem

📋 copy color: '#11884C'

red 17 ◦ green 136 ◦ blue 76

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

Shades of Salem #11884C

Tints of Salem #11884C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 7.42%
G = 59.39%
B = 33.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#11884C (or 0x11884C) is known color: Salem. HEX triplet: 11, 88 and 4C. RGB value is (17,136,76). Sum of RGB (Red+Green+Blue) = 17+136+76=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #11884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11884C is #EE77B3. Grayscale: #5D5D5D. Windows color (decimal): -15628212 or 5015569. OLE color: 5015569.

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

Color convert

RGB 17 136 76 -
CMYK 0.87 0 0.44 0.47
HSL 149.75º 0.78% 0.3% -
HSV(B) 149.75º 0.88% 0.53% -
XYZ 10.34 18.25 9.81 -
YUV 93.58 118.08 73.38 -
System Red Green Blue C M Y K H S L
Decimal 17 136 76 0.87 0 0.44 0.47 149.75 0.78 0.3
Hex 11 88 4C 57 0 2C 2F 96 4E 1E
Octal 21 210 114 127 0 54 57 226 116 36
Binary 10001 10001000 1001100 1010111 0 101100 101111 10010110 1001110 11110

Color Harmonies of #11884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11884C

Black with #11884C

Text Example


Text Example

White with #11884C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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