#16482E

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

Shades of Zuccini #16482E

Tints of Zuccini #16482E

Color information

#16482E (or 0x16482E) is unknown color: approx Zuccini. HEX triplet: 16, 48 and 2E. RGB value is (22,72,46). Sum of RGB (Red+Green+Blue) = 22+72+46=140 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.71% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #16482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16482E is #E9B7D1. Grayscale: #363636. Windows color (decimal): -15316946 or 3033110. OLE color: 3033110.

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

Color convert

RGB227246-
CMYK0.6900.360.72
HSL148.8º53.19%18.43%-
HSV(B)148.8º69.44%28.24%-
XYZ3.1453.38-
YUV54.09123.44105.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.71%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 46 (18.36% from 255) = 32.86%
R=15.71%
G=51.43%
B=32.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2272460.6900.360.72148.853.1918.43
Hex16482E4502448953512
Octal26110561050441102256522
Binary1011010010001011101000101010010010010001001010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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