#11764C

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

Shades of Salem #11764C

Tints of Salem #11764C

Color information

#11764C (or 0x11764C) is unknown color: approx Salem. HEX triplet: 11, 76 and 4C. RGB value is (17,118,76). Sum of RGB (Red+Green+Blue) = 17+118+76=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 118 (46.48% from 255 or 55.92% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 118 - color contains mainly: green. Hex color #11764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11764C is #EE89B3. Grayscale: #535353. Windows color (decimal): -15632820 or 5010961. OLE color: 5010961.

HSL color Cylindrical-coordinate representation of color #11764C: hue angle of 155.05º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11764C is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1711876-
CMYK0.8600.360.54
HSL155.05º74.81%26.47%-
HSV(B)155.05º85.59%46.27%-
XYZ8.0113.69.04-
YUV83.01124.0480.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 118 (46.48% from 255) = 55.92%
BLUE value IS 76 (30.08% from 255) = 36.02%
R=8.06%
G=55.92%
B=36.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118760.8600.360.54155.0574.8126.47
Hex11764C56024369b4b1a
Octal211661141260446623311332
Binary10001111011010011001010110010010011011010011011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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