#11472B

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

Shades of Zuccini #11472B

Tints of Zuccini #11472B

Color information

#11472B (or 0x11472B) is unknown color: approx Zuccini. HEX triplet: 11, 47 and 2B. RGB value is (17,71,43). Sum of RGB (Red+Green+Blue) = 17+71+43=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 71 (28.12% from 255 or 54.20% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 71 - color contains mainly: green. Hex color #11472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11472B is #EEB8D4. Grayscale: #333333. Windows color (decimal): -15644885 or 2836241. OLE color: 2836241.

HSL color Cylindrical-coordinate representation of color #11472B: hue angle of 148.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11472B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB177143-
CMYK0.7600.390.72
HSL148.89º61.36%17.25%-
HSV(B)148.89º76.06%27.84%-
XYZ2.924.83.06-
YUV51.66123.11103.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.98%
GREEN value IS 71 (28.12% from 255) = 54.20%
BLUE value IS 43 (17.19% from 255) = 32.82%
R=12.98%
G=54.20%
B=32.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1771430.7600.390.72148.8961.3617.25
Hex11472B4C02748953d11
Octal21107531140471102257521
Binary1000110001111010111001100010011110010001001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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