#010804

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

Shades of Dark Green #010804

Tints of Dark Green #010804

Color information

#010804 (or 0x010804) is unknown color: approx Dark Green. HEX triplet: 01, 08 and 04. RGB value is (1,8,4). Sum of RGB (Red+Green+Blue) = 1+8+4=13 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.69% from 13); Green value is 8 (3.52% from 255 or 61.54% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 8 - color contains mainly: green. Hex color #010804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010804 is #FEF7FB. Grayscale: #050505. Windows color (decimal): -16709628 or 264193. OLE color: 264193.

HSL color Cylindrical-coordinate representation of color #010804: hue angle of 145.71º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #010804 is Cyan = 0.88, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.97.

Color convert

RGB184-
CMYK0.8800.50.97
HSL145.71º77.78%1.76%-
HSV(B)145.71º87.5%3.14%-
XYZ0.120.190.14-
YUV5.45127.18124.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 7.69%
GREEN value IS 8 (3.52% from 255) = 61.54%
BLUE value IS 4 (1.95% from 255) = 30.77%
R=7.69%
G=61.54%
B=30.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal1840.8800.50.97145.7177.781.76
Hex1845803261924e2
Octal11041300621412221162
Binary1100010010110000110010110000110010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010804; }

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

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

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

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

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

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

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

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