#11492D

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

Shades of Zuccini #11492D

Tints of Zuccini #11492D

Color information

#11492D (or 0x11492D) is unknown color: approx Zuccini. HEX triplet: 11, 49 and 2D. RGB value is (17,73,45). Sum of RGB (Red+Green+Blue) = 17+73+45=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 73 (28.91% from 255 or 54.07% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 73 - color contains mainly: green. Hex color #11492D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492D is #EEB6D2. Grayscale: #353535. Windows color (decimal): -15644371 or 2967825. OLE color: 2967825.

HSL color Cylindrical-coordinate representation of color #11492D: hue angle of 150º 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 #11492D is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB177345-
CMYK0.7700.380.71
HSL150º62.22%17.65%-
HSV(B)150º76.71%28.63%-
XYZ3.095.073.3-
YUV53.06123.45102.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.59%
GREEN value IS 73 (28.91% from 255) = 54.07%
BLUE value IS 45 (17.97% from 255) = 33.33%
R=12.59%
G=54.07%
B=33.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773450.7700.380.7115062.2217.65
Hex11492D4D02647963e12
Octal21111551150461072267622
Binary1000110010011011011001101010011010001111001011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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