#16482A

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

Shades of Zuccini #16482A

Tints of Zuccini #16482A

Color information

#16482A (or 0x16482A) is unknown color: approx Zuccini. HEX triplet: 16, 48 and 2A. RGB value is (22,72,42). Sum of RGB (Red+Green+Blue) = 22+72+42=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #16482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16482A is #E9B7D5. Grayscale: #353535. Windows color (decimal): -15316950 or 2770966. OLE color: 2770966.

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

Color convert

RGB227242-
CMYK0.6900.420.72
HSL144º53.19%18.43%-
HSV(B)144º69.44%28.24%-
XYZ3.074.972.99-
YUV53.63121.44105.44-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=16.18%
G=52.94%
B=30.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272420.6900.420.7214453.1918.43
Hex16482A4502A48903512
Octal26110521050521102206522
Binary1011010010001010101000101010101010010001001000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16482A; }

 p { color: rgb(22,72,42); }

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

<style>
 a { background-color: #16482A; }

 a { background-color: rgb(22,72,42); }

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

<style>
 span { border-color: #16482A; }

 span { border-color: rgb(22,72,42); }

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