#11492E

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

Shades of Zuccini #11492E

Tints of Zuccini #11492E

Color information

#11492E (or 0x11492E) is unknown color: approx Zuccini. HEX triplet: 11, 49 and 2E. RGB value is (17,73,46). Sum of RGB (Red+Green+Blue) = 17+73+46=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #11492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492E is #EEB6D1. Grayscale: #353535. Windows color (decimal): -15644370 or 3033361. OLE color: 3033361.

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

Color convert

RGB177346-
CMYK0.7700.370.71
HSL151.07º62.22%17.65%-
HSV(B)151.07º76.71%28.63%-
XYZ3.115.083.4-
YUV53.18123.95102.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.5%
GREEN value IS 73 (28.91% from 255) = 53.68%
BLUE value IS 46 (18.36% from 255) = 33.82%
R=12.5%
G=53.68%
B=33.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773460.7700.370.71151.0762.2217.65
Hex11492E4D02547973e12
Octal21111561150451072277622
Binary1000110010011011101001101010010110001111001011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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