Html Css Color HEX #010604 Dark Green

📋 copy color: '#010604'

red 1 ◦ green 6 ◦ blue 4

#010604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #010604

Tints of Dark Green #010604

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 value IS 0.83

 M value IS 0

 Y value IS 0.33

 K value IS 0.98

RGB Variations

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

Color information

#010604 (or 0x010604) is known color: 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

RGB 1 6 4 -
CMYK 0.83 0 0.33 0.98
HSL 156º 0.71% 0.01% -
HSV(B) 156º 0.83% 0.02% -
XYZ 0.1 0.15 0.14 -
YUV 4.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 1 6 4 0.83 0 0.33 0.98 156 0.71 0.01
Hex 1 6 4 53 0 21 62 9C 47 1
Octal 1 6 4 123 0 41 142 234 107 1
Binary 1 110 100 1010011 0 100001 1100010 10011100 1000111 1

Color Harmonies of #010604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010604

Black with #010604

Text Example


Text Example

White with #010604

Text Example


Text Example

HTML Codes & Css Web 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>