#11462D

Color #11462D Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #11462D

Tints of Zuccini #11462D

Color information

#11462D (or 0x11462D) is unknown color: approx Zuccini. HEX triplet: 11, 46 and 2D. RGB value is (17,70,45). Sum of RGB (Red+Green+Blue) = 17+70+45=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #11462D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11462D is #EEB9D2. Grayscale: #333333. Windows color (decimal): -15645139 or 2967057. OLE color: 2967057.

HSL color Cylindrical-coordinate representation of color #11462D: hue angle of 151.7º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11462D is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB177045-
CMYK0.7600.360.73
HSL151.7º60.92%17.06%-
HSV(B)151.7º75.71%27.45%-
XYZ2.894.693.24-
YUV51.3124.44103.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 70 (27.73% from 255) = 53.03%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=12.88%
G=53.03%
B=34.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770450.7600.360.73151.760.9217.06
Hex11462D4C02449983d11
Octal21106551140441112307521
Binary1000110001101011011001100010010010010011001100011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11462D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11462D; }

 p { color: rgb(17,70,45); }

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

<style>
 a { background-color: #11462D; }

 a { background-color: rgb(17,70,45); }

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

<style>
 span { border-color: #11462D; }

 span { border-color: rgb(17,70,45); }

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