#11784E

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

Shades of Salem #11784E

Tints of Salem #11784E

Color information

#11784E (or 0x11784E) is unknown color: approx Salem. HEX triplet: 11, 78 and 4E. RGB value is (17,120,78). Sum of RGB (Red+Green+Blue) = 17+120+78=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #11784E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11784E is #EE87B1. Grayscale: #545454. Windows color (decimal): -15632306 or 5142545. OLE color: 5142545.

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

Color convert

RGB1712078-
CMYK0.8600.350.53
HSL155.53º75.18%26.86%-
HSV(B)155.53º85.83%47.06%-
XYZ8.3214.19.49-
YUV84.42124.3879.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=7.91%
G=55.81%
B=36.28%

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
Decimal17120780.8600.350.53155.5375.1826.86
Hex11784E56023359c4b1b
Octal211701161260436523411333
Binary10001111100010011101010110010001111010110011100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11784E; }

 p { color: rgb(17,120,78); }

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

<style>
 a { background-color: #11784E; }

 a { background-color: rgb(17,120,78); }

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

<style>
 span { border-color: #11784E; }

 span { border-color: rgb(17,120,78); }

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