#11774D

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

Shades of Salem #11774D

Tints of Salem #11774D

Color information

#11774D (or 0x11774D) is unknown color: approx Salem. HEX triplet: 11, 77 and 4D. RGB value is (17,119,77). Sum of RGB (Red+Green+Blue) = 17+119+77=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #11774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11774D is #EE88B2. Grayscale: #535353. Windows color (decimal): -15632563 or 5076753. OLE color: 5076753.

HSL color Cylindrical-coordinate representation of color #11774D: hue angle of 155.29º 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 #11774D is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1711977-
CMYK0.8600.350.53
HSL155.29º75%26.67%-
HSV(B)155.29º85.71%46.67%-
XYZ8.1713.859.26-
YUV83.71124.2180.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=7.98%
G=55.87%
B=36.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119770.8600.350.53155.297526.67
Hex11774D56023359b4b1b
Octal211671151260436523311333
Binary10001111011110011011010110010001111010110011011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11774D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #11774D;
 }
 .AnyTagClassName
 {
   color: #11774D;
 }
</style>
background-color css

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

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

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

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

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

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