#11764B

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

Shades of Salem #11764B

Tints of Salem #11764B

Color information

#11764B (or 0x11764B) is unknown color: approx Salem. HEX triplet: 11, 76 and 4B. RGB value is (17,118,75). Sum of RGB (Red+Green+Blue) = 17+118+75=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #11764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #11764B is #EE89B4. Grayscale: #525252. Windows color (decimal): -15632821 or 4945425. OLE color: 4945425.

HSL color Cylindrical-coordinate representation of color #11764B: hue angle of 154.46º 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 #11764B is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB1711875-
CMYK0.8600.360.54
HSL154.46º74.81%26.47%-
HSV(B)154.46º85.59%46.27%-
XYZ7.9813.588.86-
YUV82.9123.5481-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=8.10%
G=56.19%
B=35.71%

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
Decimal17118750.8600.360.54154.4674.8126.47
Hex11764B56024369a4b1a
Octal211661131260446623211332
Binary10001111011010010111010110010010011011010011010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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