#16472B

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

Shades of Zuccini #16472B

Tints of Zuccini #16472B

Color information

#16472B (or 0x16472B) is unknown color: approx Zuccini. HEX triplet: 16, 47 and 2B. RGB value is (22,71,43). Sum of RGB (Red+Green+Blue) = 22+71+43=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 71 (28.12% from 255 or 52.21% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 71 - color contains mainly: green. Hex color #16472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16472B is #E9B8D4. Grayscale: #353535. Windows color (decimal): -15317205 or 2836246. OLE color: 2836246.

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

Color convert

RGB227143-
CMYK0.6900.390.72
HSL145.71º52.69%18.24%-
HSV(B)145.71º69.01%27.84%-
XYZ3.024.853.06-
YUV53.16122.27105.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 71 (28.12% from 255) = 52.21%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=16.18%
G=52.21%
B=31.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271430.6900.390.72145.7152.6918.24
Hex16472B4502748923512
Octal26107531050471102226522
Binary1011010001111010111000101010011110010001001001011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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