#050606

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

Shades of Dark Green #050606

Tints of Dark Green #050606

Color information

#050606 (or 0x050606) is unknown color: approx Dark Green. HEX triplet: 05, 06 and 06. RGB value is (5,6,6). Sum of RGB (Red+Green+Blue) = 5+6+6=17 (2% of max value = 765). Red value is 5 (2.34% from 255 or 29.41% from 17); Green value is 6 (2.73% from 255 or 35.29% from 17); Blue value is 6 (2.73% from 255 or 35.29% from 17); Max value from RGB is 6 - color contains mainly: green, blue. Hex color #050606 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050606 is #FAF9F9. Grayscale: #050505. Windows color (decimal): -16447994 or 394757. OLE color: 394757.

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

Color convert

RGB566-
CMYK0.17000.98
HSL180º9.09%2.16%-
HSV(B)180º16.67%2.35%-
XYZ0.160.180.2-
YUV5.7128.17127.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 29.41%
GREEN value IS 6 (2.73% from 255) = 35.29%
BLUE value IS 6 (2.73% from 255) = 35.29%
R=29.41%
G=35.29%
B=35.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal5660.17000.981809.092.16
Hex566110062b492
Octal5662100142264112
Binary1011101101000100110001010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050606; }

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

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

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

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

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

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

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

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