#011610

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

Shades of Dark Green #011610

Tints of Dark Green #011610

Color information

#011610 (or 0x011610) is unknown color: approx Dark Green. HEX triplet: 01, 16 and 10. RGB value is (1,22,16). Sum of RGB (Red+Green+Blue) = 1+22+16=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 22 (8.98% from 255 or 56.41% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 22 - color contains mainly: green. Hex color #011610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011610 is #FEE9EF. Grayscale: #0F0F0F. Windows color (decimal): -16706032 or 1054209. OLE color: 1054209.

HSL color Cylindrical-coordinate representation of color #011610: hue angle of 162.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011610 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.91.

Color convert

RGB12216-
CMYK0.9500.270.91
HSL162.86º91.3%4.51%-
HSV(B)162.86º95.45%8.63%-
XYZ0.390.620.59-
YUV15.04128.54117.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.56%
GREEN value IS 22 (8.98% from 255) = 56.41%
BLUE value IS 16 (6.64% from 255) = 41.03%
R=2.56%
G=56.41%
B=41.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal122160.9500.270.91162.8691.34.51
Hex116105F01B5Ba35b5
Octal126201370331332431335
Binary1101101000010111110110111011011101000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011610; }

 p { color: rgb(1,22,16); }

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

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

 a { background-color: rgb(1,22,16); }

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

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

 span { border-color: rgb(1,22,16); }

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