#11784A

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

Shades of Salem #11784A

Tints of Salem #11784A

Color information

#11784A (or 0x11784A) is unknown color: approx Salem. HEX triplet: 11, 78 and 4A. RGB value is (17,120,74). Sum of RGB (Red+Green+Blue) = 17+120+74=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #11784A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11784A is #EE87B5. Grayscale: #545454. Windows color (decimal): -15632310 or 4880401. OLE color: 4880401.

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

Color convert

RGB1712074-
CMYK0.8600.380.53
HSL153.2º75.18%26.86%-
HSV(B)153.2º85.83%47.06%-
XYZ8.1814.058.76-
YUV83.96122.3880.24-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 120 (47.27% from 255) = 56.87%
BLUE value IS 74 (29.30% from 255) = 35.07%
R=8.06%
G=56.87%
B=35.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120740.8600.380.53153.275.1826.86
Hex11784A5602635994b1b
Octal211701121260466523111333
Binary10001111100010010101010110010011011010110011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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