#010904

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

Shades of Dark Green #010904

Tints of Dark Green #010904

Color information

#010904 (or 0x010904) is unknown color: approx Dark Green. HEX triplet: 01, 09 and 04. RGB value is (1,9,4). Sum of RGB (Red+Green+Blue) = 1+9+4=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 9 (3.91% from 255 or 64.29% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 9 - color contains mainly: green. Hex color #010904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010904 is #FEF6FB. Grayscale: #060606. Windows color (decimal): -16709372 or 264449. OLE color: 264449.

HSL color Cylindrical-coordinate representation of color #010904: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #010904 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.96.

Color convert

RGB194-
CMYK0.8900.560.96
HSL142.5º80%1.96%-
HSV(B)142.5º88.89%3.53%-
XYZ0.130.210.15-
YUV6.04126.85124.41-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.14%
GREEN value IS 9 (3.91% from 255) = 64.29%
BLUE value IS 4 (1.95% from 255) = 28.57%
R=7.14%
G=64.29%
B=28.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal1940.8900.560.96142.5801.96
Hex19459038608e502
Octal11141310701402161202
Binary1100110010110010111000110000010001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010904; }

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

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

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

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

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

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

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

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