#010604

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

Shades of Dark Green #010604

Tints of Dark Green #010604

Color information

#010604 (or 0x010604) is unknown color: approx Dark Green. HEX triplet: 01, 06 and 04. RGB value is (1,6,4). Sum of RGB (Red+Green+Blue) = 1+6+4=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 6 (2.73% from 255 or 54.55% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 6 - color contains mainly: green. Hex color #010604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010604 is #FEF9FB. Grayscale: #040404. Windows color (decimal): -16710140 or 263681. OLE color: 263681.

HSL color Cylindrical-coordinate representation of color #010604: hue angle of 156º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #010604 is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.98.

Color convert

RGB164-
CMYK0.8300.330.98
HSL156º71.43%1.37%-
HSV(B)156º83.33%2.35%-
XYZ0.10.150.14-
YUV4.28127.84125.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 9.09%
GREEN value IS 6 (2.73% from 255) = 54.55%
BLUE value IS 4 (1.95% from 255) = 36.36%
R=9.09%
G=54.55%
B=36.36%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1640.8300.330.9815671.431.37
Hex16453021629c471
Octal1641230411422341071
Binary11101001010011010000111000101001110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010604; }

 p { color: rgb(1,6,4); }

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

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

 a { background-color: rgb(1,6,4); }

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

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

 span { border-color: rgb(1,6,4); }

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