#16730B

Color #16730B Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #16730B

Tints of Green #16730B

Color information

#16730B (or 0x16730B) is unknown color: approx Green. HEX triplet: 16, 73 and 0B. RGB value is (22,115,11). Sum of RGB (Red+Green+Blue) = 22+115+11=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 115 (45.31% from 255 or 77.70% from 148); Blue value is 11 (4.69% from 255 or 7.43% from 148); Max value from RGB is 115 - color contains mainly: green. Hex color #16730B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #16730B is #E98CF4. Grayscale: #4B4B4B. Windows color (decimal): -15305973 or 750358. OLE color: 750358.

HSL color Cylindrical-coordinate representation of color #16730B: hue angle of 113.65º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16730B is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB2211511-
CMYK0.8100.900.55
HSL113.65º82.54%24.71%-
HSV(B)113.65º90.43%45.1%-
XYZ6.5212.462.38-
YUV75.3491.6989.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.86%
GREEN value IS 115 (45.31% from 255) = 77.70%
BLUE value IS 11 (4.69% from 255) = 7.43%
R=14.86%
G=77.70%
B=7.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22115110.8100.900.55113.6582.5424.71
Hex1673B5105A37725319
Octal261631312101326716212331
Binary10110111001110111010001010110101101111110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16730B; }

 p { color: rgb(22,115,11); }

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

<style>
 a { background-color: #16730B; }

 a { background-color: rgb(22,115,11); }

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

<style>
 span { border-color: #16730B; }

 span { border-color: rgb(22,115,11); }

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