Html Css Color HEX #11774C Salem

📋 copy color: '#11774C'

red 17 ◦ green 119 ◦ blue 76

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

Shades of Salem #11774C

Tints of Salem #11774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.13%

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

R = 8.02%
G = 56.13%
B = 35.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#11774C (or 0x11774C) is known color: Salem. HEX triplet: 11, 77 and 4C. RGB value is (17,119,76). Sum of RGB (Red+Green+Blue) = 17+119+76=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #11774C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11774C is #EE88B3. Grayscale: #535353. Windows color (decimal): -15632564 or 5011217. OLE color: 5011217.

HSL color Cylindrical-coordinate representation of color #11774C: hue angle of 154.71º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11774C is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 76 -
CMYK 0.86 0 0.36 0.53
HSL 154.71º 0.75% 0.27% -
HSV(B) 154.71º 0.86% 0.47% -
XYZ 8.13 13.83 9.08 -
YUV 83.6 123.71 80.5 -
System Red Green Blue C M Y K H S L
Decimal 17 119 76 0.86 0 0.36 0.53 154.71 0.75 0.27
Hex 11 77 4C 56 0 24 35 9B 4B 1B
Octal 21 167 114 126 0 44 65 233 113 33
Binary 10001 1110111 1001100 1010110 0 100100 110101 10011011 1001011 11011

Color Harmonies of #11774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11774C

Black with #11774C

Text Example


Text Example

White with #11774C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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