#16472D

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

Shades of Zuccini #16472D

Tints of Zuccini #16472D

Color information

#16472D (or 0x16472D) is unknown color: approx Zuccini. HEX triplet: 16, 47 and 2D. RGB value is (22,71,45). Sum of RGB (Red+Green+Blue) = 22+71+45=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #16472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16472D is #E9B8D2. Grayscale: #353535. Windows color (decimal): -15317203 or 2967318. OLE color: 2967318.

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

Color convert

RGB227145-
CMYK0.6900.370.72
HSL148.16º52.69%18.24%-
HSV(B)148.16º69.01%27.84%-
XYZ3.064.873.26-
YUV53.38123.27105.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 71 (28.12% from 255) = 51.45%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=15.94%
G=51.45%
B=32.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271450.6900.370.72148.1652.6918.24
Hex16472D4502548943512
Octal26107551050451102246522
Binary1011010001111011011000101010010110010001001010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16472D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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