Html Css Color HEX #11744B Salem

📋 copy color: '#11744B'

red 17 ◦ green 116 ◦ blue 75

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

Shades of Salem #11744B

Tints of Salem #11744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 8.17%
G = 55.77%
B = 36.06%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#11744B (or 0x11744B) is known color: Salem. HEX triplet: 11, 74 and 4B. RGB value is (17,116,75). Sum of RGB (Red+Green+Blue) = 17+116+75=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 116 (45.70% from 255 or 55.77% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 116 - color contains mainly: green. Hex color #11744B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11744B is #EE8BB4. Grayscale: #515151. Windows color (decimal): -15633333 or 4944913. OLE color: 4944913.

HSL color Cylindrical-coordinate representation of color #11744B: hue angle of 155.15º 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 #11744B is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 116 75 -
CMYK 0.85 0 0.35 0.55
HSL 155.15º 0.74% 0.26% -
HSV(B) 155.15º 0.85% 0.45% -
XYZ 7.75 13.12 8.78 -
YUV 81.73 124.2 81.83 -
System Red Green Blue C M Y K H S L
Decimal 17 116 75 0.85 0 0.35 0.55 155.15 0.74 0.26
Hex 11 74 4B 55 0 23 37 9B 4A 1A
Octal 21 164 113 125 0 43 67 233 112 32
Binary 10001 1110100 1001011 1010101 0 100011 110111 10011011 1001010 11010

Color Harmonies of #11744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11744B

Black with #11744B

Text Example


Text Example

White with #11744B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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