#11774C

Color #11774C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #11774C

Tints of Salem #11774C

Color information

#11774C (or 0x11774C) is unknown color: approx 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

RGB1711976-
CMYK0.8600.360.53
HSL154.71º75%26.67%-
HSV(B)154.71º85.71%46.67%-
XYZ8.1313.839.08-
YUV83.6123.7180.5-

RGB Variations

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

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 (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119760.8600.360.53154.717526.67
Hex11774C56024359b4b1b
Octal211671141260446523311333
Binary10001111011110011001010110010010011010110011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>