Html Css Color HEX #050808 Dark Green

📋 copy color: '#050808'

red 5 ◦ green 8 ◦ blue 8

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

Shades of Dark Green #050808

Tints of Dark Green #050808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 38.1%

R = 23.81%
G = 38.1%
B = 38.1%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#050808 (or 0x050808) is known color: Dark Green. HEX triplet: 05, 08 and 08. RGB value is (5,8,8). Sum of RGB (Red+Green+Blue) = 5+8+8=21 (2% of max value = 765). Red value is 5 (2.34% from 255 or 23.81% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 8 (3.52% from 255 or 38.10% from 21); Max value from RGB is 8 - color contains mainly: green, blue. Hex color #050808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050808 is #FAF7F7. Grayscale: #070707. Windows color (decimal): -16447480 or 526341. OLE color: 526341.

HSL color Cylindrical-coordinate representation of color #050808: hue angle of 180º 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 #050808 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 5 8 8 -
CMYK 0.38 0 0 0.97
HSL 180º 0.23% 0.03% -
HSV(B) 180º 0.38% 0.03% -
XYZ 0.19 0.22 0.26 -
YUV 7.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 5 8 8 0.38 0 0 0.97 180 0.23 0.03
Hex 5 8 8 26 0 0 61 B4 17 3
Octal 5 10 10 46 0 0 141 264 27 3
Binary 101 1000 1000 100110 0 0 1100001 10110100 10111 11

Color Harmonies of #050808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050808

Black with #050808

Text Example


Text Example

White with #050808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050808; }

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

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

background-color css

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

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

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

border-color css

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

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

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