#16492C

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

Shades of Zuccini #16492C

Tints of Zuccini #16492C

Color information

#16492C (or 0x16492C) is unknown color: approx Zuccini. HEX triplet: 16, 49 and 2C. RGB value is (22,73,44). Sum of RGB (Red+Green+Blue) = 22+73+44=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 73 (28.91% from 255 or 52.52% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 73 - color contains mainly: green. Hex color #16492C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16492C is #E9B6D3. Grayscale: #363636. Windows color (decimal): -15316692 or 2902294. OLE color: 2902294.

HSL color Cylindrical-coordinate representation of color #16492C: hue angle of 145.88º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #16492C is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB227344-
CMYK0.7000.400.71
HSL145.88º53.68%18.63%-
HSV(B)145.88º69.86%28.63%-
XYZ3.175.123.2-
YUV54.44122.1104.86-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 73 (28.91% from 255) = 52.52%
BLUE value IS 44 (17.58% from 255) = 31.65%
R=15.83%
G=52.52%
B=31.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2273440.7000.400.71145.8853.6818.63
Hex16492C4602847923613
Octal26111541060501072226623
Binary1011010010011011001000110010100010001111001001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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