#11462B

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

Shades of Zuccini #11462B

Tints of Zuccini #11462B

Color information

#11462B (or 0x11462B) is unknown color: approx Zuccini. HEX triplet: 11, 46 and 2B. RGB value is (17,70,43). Sum of RGB (Red+Green+Blue) = 17+70+43=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 70 (27.73% from 255 or 53.85% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 70 - color contains mainly: green. Hex color #11462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11462B is #EEB9D4. Grayscale: #333333. Windows color (decimal): -15645141 or 2835985. OLE color: 2835985.

HSL color Cylindrical-coordinate representation of color #11462B: hue angle of 149.43º 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 #11462B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB177043-
CMYK0.7600.390.73
HSL149.43º60.92%17.06%-
HSV(B)149.43º75.71%27.45%-
XYZ2.864.673.04-
YUV51.08123.44103.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 70 (27.73% from 255) = 53.85%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=13.08%
G=53.85%
B=33.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1770430.7600.390.73149.4360.9217.06
Hex11462B4C02749953d11
Octal21106531140471112257521
Binary1000110001101010111001100010011110010011001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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