#16472E

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

Shades of Zuccini #16472E

Tints of Zuccini #16472E

Color information

#16472E (or 0x16472E) is unknown color: approx Zuccini. HEX triplet: 16, 47 and 2E. RGB value is (22,71,46). Sum of RGB (Red+Green+Blue) = 22+71+46=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 71 (28.12% from 255 or 51.08% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 71 - color contains mainly: green. Hex color #16472E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16472E is #E9B8D1. Grayscale: #353535. Windows color (decimal): -15317202 or 3032854. OLE color: 3032854.

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

Color convert

RGB227146-
CMYK0.6900.350.72
HSL149.39º52.69%18.24%-
HSV(B)149.39º69.01%27.84%-
XYZ3.084.873.36-
YUV53.5123.77105.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 71 (28.12% from 255) = 51.08%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=15.83%
G=51.08%
B=33.09%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2271460.6900.350.72149.3952.6918.24
Hex16472E4502348953512
Octal26107561050431102256522
Binary1011010001111011101000101010001110010001001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16472E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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