#010505

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

Shades of Dark Green #010505

Tints of Dark Green #010505

Color information

#010505 (or 0x010505) is unknown color: approx Dark Green. HEX triplet: 01, 05 and 05. RGB value is (1,5,5). Sum of RGB (Red+Green+Blue) = 1+5+5=11 (1% of max value = 765). Red value is 1 (0.78% from 255 or 9.09% from 11); Green value is 5 (2.34% from 255 or 45.45% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 5 - color contains mainly: green, blue. Hex color #010505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010505 is #FEFAFA. Grayscale: #030303. Windows color (decimal): -16710395 or 328961. OLE color: 328961.

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

Color convert

RGB155-
CMYK0.80000.98
HSL180º66.67%1.18%-
HSV(B)180º80%1.96%-
XYZ0.090.130.16-
YUV3.8128.67126-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 9.09%
GREEN value IS 5 (2.34% from 255) = 45.45%
BLUE value IS 5 (2.34% from 255) = 45.45%
R=9.09%
G=45.45%
B=45.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal1550.80000.9818066.671.18
Hex155500062b4431
Octal155120001422641031
Binary110110110100000011000101011010010000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010505; }

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

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

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

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

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

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

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

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