#11492A

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

Shades of Zuccini #11492A

Tints of Zuccini #11492A

Color information

#11492A (or 0x11492A) is unknown color: approx Zuccini. HEX triplet: 11, 49 and 2A. RGB value is (17,73,42). Sum of RGB (Red+Green+Blue) = 17+73+42=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 73 (28.91% from 255 or 55.30% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 73 - color contains mainly: green. Hex color #11492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492A is #EEB6D5. Grayscale: #343434. Windows color (decimal): -15644374 or 2771217. OLE color: 2771217.

HSL color Cylindrical-coordinate representation of color #11492A: hue angle of 146.79º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11492A is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB177342-
CMYK0.7700.420.71
HSL146.79º62.22%17.65%-
HSV(B)146.79º76.71%28.63%-
XYZ3.035.053.01-
YUV52.72121.95102.52-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.88%
GREEN value IS 73 (28.91% from 255) = 55.30%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=12.88%
G=55.30%
B=31.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773420.7700.420.71146.7962.2217.65
Hex11492A4D02A47933e12
Octal21111521150521072237622
Binary1000110010011010101001101010101010001111001001111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11492A; }

 p { color: rgb(17,73,42); }

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

<style>
 a { background-color: #11492A; }

 a { background-color: rgb(17,73,42); }

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

<style>
 span { border-color: #11492A; }

 span { border-color: rgb(17,73,42); }

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