#11492F

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

Shades of Zuccini #11492F

Tints of Zuccini #11492F

Color information

#11492F (or 0x11492F) is unknown color: approx Zuccini. HEX triplet: 11, 49 and 2F. RGB value is (17,73,47). Sum of RGB (Red+Green+Blue) = 17+73+47=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #11492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11492F is #EEB6D0. Grayscale: #353535. Windows color (decimal): -15644369 or 3098897. OLE color: 3098897.

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

Color convert

RGB177347-
CMYK0.7700.360.71
HSL152.14º62.22%17.65%-
HSV(B)152.14º76.71%28.63%-
XYZ3.135.093.51-
YUV53.29124.45102.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.41%
GREEN value IS 73 (28.91% from 255) = 53.28%
BLUE value IS 47 (18.75% from 255) = 34.31%
R=12.41%
G=53.28%
B=34.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773470.7700.360.71152.1462.2217.65
Hex11492F4D02447983e12
Octal21111571150441072307622
Binary1000110010011011111001101010010010001111001100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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