Html Css Color HEX #11744C Salem

📋 copy color: '#11744C'

red 17 ◦ green 116 ◦ blue 76

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

Shades of Salem #11744C

Tints of Salem #11744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 55.5%

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

R = 8.13%
G = 55.5%
B = 36.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#11744C (or 0x11744C) is known color: Salem. HEX triplet: 11, 74 and 4C. RGB value is (17,116,76). Sum of RGB (Red+Green+Blue) = 17+116+76=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 116 (45.70% from 255 or 55.50% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 116 - color contains mainly: green. Hex color #11744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11744C is #EE8BB3. Grayscale: #515151. Windows color (decimal): -15633332 or 5010449. OLE color: 5010449.

HSL color Cylindrical-coordinate representation of color #11744C: hue angle of 155.76º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11744C is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 116 76 -
CMYK 0.85 0 0.34 0.55
HSL 155.76º 0.74% 0.26% -
HSV(B) 155.76º 0.85% 0.45% -
XYZ 7.78 13.13 8.96 -
YUV 81.84 124.7 81.75 -
System Red Green Blue C M Y K H S L
Decimal 17 116 76 0.85 0 0.34 0.55 155.76 0.74 0.26
Hex 11 74 4C 55 0 22 37 9C 4A 1A
Octal 21 164 114 125 0 42 67 234 112 32
Binary 10001 1110100 1001100 1010101 0 100010 110111 10011100 1001010 11010

Color Harmonies of #11744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11744C

Black with #11744C

Text Example


Text Example

White with #11744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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