#11784C

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

Shades of Salem #11784C

Tints of Salem #11784C

Color information

#11784C (or 0x11784C) is unknown color: approx Salem. HEX triplet: 11, 78 and 4C. RGB value is (17,120,76). Sum of RGB (Red+Green+Blue) = 17+120+76=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 120 (47.27% from 255 or 56.34% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 120 - color contains mainly: green. Hex color #11784C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11784C is #EE87B3. Grayscale: #545454. Windows color (decimal): -15632308 or 5011473. OLE color: 5011473.

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

Color convert

RGB1712076-
CMYK0.8600.370.53
HSL154.37º75.18%26.86%-
HSV(B)154.37º85.83%47.06%-
XYZ8.2514.079.12-
YUV84.19123.3880.08-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 120 (47.27% from 255) = 56.34%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=7.98%
G=56.34%
B=35.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120760.8600.370.53154.3775.1826.86
Hex11784C56025359a4b1b
Octal211701141260456523211333
Binary10001111100010011001010110010010111010110011010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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