#010404

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

Shades of Dark Green #010404

Tints of Dark Green #010404

Color information

#010404 (or 0x010404) is unknown color: approx Dark Green. HEX triplet: 01, 04 and 04. RGB value is (1,4,4). Sum of RGB (Red+Green+Blue) = 1+4+4=9 (1% of max value = 765). Red value is 1 (0.78% from 255 or 11.11% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 4 (1.95% from 255 or 44.44% from 9); Max value from RGB is 4 - color contains mainly: green, blue. Hex color #010404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010404 is #FEFBFB. Grayscale: #030303. Windows color (decimal): -16710652 or 263169. OLE color: 263169.

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

Color convert

RGB144-
CMYK0.75000.98
HSL180º60%0.98%-
HSV(B)180º75%1.57%-
XYZ0.080.10.13-
YUV3.1128.51126.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 11.11%
GREEN value IS 4 (1.95% from 255) = 44.44%
BLUE value IS 4 (1.95% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1440.75000.98180600.98
Hex1444B0062b43c1
Octal14411300142264741
Binary11001001001011001100010101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010404; }

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

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

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

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

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

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

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

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