#16462C

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

Shades of Zuccini #16462C

Tints of Zuccini #16462C

Color information

#16462C (or 0x16462C) is unknown color: approx Zuccini. HEX triplet: 16, 46 and 2C. RGB value is (22,70,44). Sum of RGB (Red+Green+Blue) = 22+70+44=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 70 (27.73% from 255 or 51.47% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 70 - color contains mainly: green. Hex color #16462C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16462C is #E9B9D3. Grayscale: #343434. Windows color (decimal): -15317460 or 2901526. OLE color: 2901526.

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

Color convert

RGB227044-
CMYK0.6900.370.73
HSL147.5º52.17%18.04%-
HSV(B)147.5º68.57%27.45%-
XYZ2.984.733.14-
YUV52.68123.1106.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 70 (27.73% from 255) = 51.47%
BLUE value IS 44 (17.58% from 255) = 32.35%
R=16.18%
G=51.47%
B=32.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2270440.6900.370.73147.552.1718.04
Hex16462C4502549943412
Octal26106541050451112246422
Binary1011010001101011001000101010010110010011001010011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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