#16472A

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

Shades of Zuccini #16472A

Tints of Zuccini #16472A

Color information

#16472A (or 0x16472A) is unknown color: approx Zuccini. HEX triplet: 16, 47 and 2A. RGB value is (22,71,42). Sum of RGB (Red+Green+Blue) = 22+71+42=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #16472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16472A is #E9B8D5. Grayscale: #353535. Windows color (decimal): -15317206 or 2770710. OLE color: 2770710.

HSL color Cylindrical-coordinate representation of color #16472A: hue angle of 144.49º 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 #16472A is Cyan = 0.69, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB227142-
CMYK0.6900.410.72
HSL144.49º52.69%18.24%-
HSV(B)144.49º69.01%27.84%-
XYZ34.842.97-
YUV53.04121.77105.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 71 (28.12% from 255) = 52.59%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=16.30%
G=52.59%
B=31.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271420.6900.410.72144.4952.6918.24
Hex16472A4502948903512
Octal26107521050511102206522
Binary1011010001111010101000101010100110010001001000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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