Html Css Color HEX #050806 Dark Green

📋 copy color: '#050806'

red 5 ◦ green 8 ◦ blue 6

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

Shades of Dark Green #050806

Tints of Dark Green #050806

RGB

 RED value IS 5 (2.34% from 255) = 26.32%

 GREEN value IS 8 (3.52% from 255) = 42.11%

 BLUE value IS 6 (2.73% from 255) = 31.58%

R = 26.32%
G = 42.11%
B = 31.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.97

RGB Variations

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

Color information

#050806 (or 0x050806) is known color: Dark Green. HEX triplet: 05, 08 and 06. RGB value is (5,8,6). Sum of RGB (Red+Green+Blue) = 5+8+6=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 8 - color contains mainly: green. Hex color #050806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050806 is #FAF7F9. Grayscale: #060606. Windows color (decimal): -16447482 or 395269. OLE color: 395269.

HSL color Cylindrical-coordinate representation of color #050806: hue angle of 140º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #050806 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 8 6 -
CMYK 0.38 0 0.25 0.97
HSL 140º 0.23% 0.03% -
HSV(B) 140º 0.38% 0.03% -
XYZ 0.18 0.22 0.2 -
YUV 6.88 127.51 126.66 -
System Red Green Blue C M Y K H S L
Decimal 5 8 6 0.38 0 0.25 0.97 140 0.23 0.03
Hex 5 8 6 26 0 19 61 8C 17 3
Octal 5 10 6 46 0 31 141 214 27 3
Binary 101 1000 110 100110 0 11001 1100001 10001100 10111 11

Color Harmonies of #050806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050806

Black with #050806

Text Example


Text Example

White with #050806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050806; }

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

 H1.HeaderClassName
 {
   color: #050806;
 }
 .AnyTagClassName
 {
   color: #050806;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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