#16462E

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

Shades of Zuccini #16462E

Tints of Zuccini #16462E

Color information

#16462E (or 0x16462E) is unknown color: approx Zuccini. HEX triplet: 16, 46 and 2E. RGB value is (22,70,46). Sum of RGB (Red+Green+Blue) = 22+70+46=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 70 (27.73% from 255 or 50.72% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 70 - color contains mainly: green. Hex color #16462E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16462E is #E9B9D1. Grayscale: #343434. Windows color (decimal): -15317458 or 3032598. OLE color: 3032598.

HSL color Cylindrical-coordinate representation of color #16462E: hue angle of 150º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16462E is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB227046-
CMYK0.6900.340.73
HSL150º52.17%18.04%-
HSV(B)150º68.57%27.45%-
XYZ3.014.753.34-
YUV52.91124.1105.95-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 70 (27.73% from 255) = 50.72%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=15.94%
G=50.72%
B=33.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270460.6900.340.7315052.1718.04
Hex16462E4502249963412
Octal26106561050421112266422
Binary1011010001101011101000101010001010010011001011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16462E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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