Html Css Color HEX #050807 Dark Green

📋 copy color: '#050807'

red 5 ◦ green 8 ◦ blue 7

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

Shades of Dark Green #050807

Tints of Dark Green #050807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 35%

R = 25%
G = 40%
B = 35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.97

RGB Variations

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

Color information

#050807 (or 0x050807) is known color: Dark Green. HEX triplet: 05, 08 and 07. RGB value is (5,8,7). Sum of RGB (Red+Green+Blue) = 5+8+7=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 8 (3.52% from 255 or 40% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 8 - color contains mainly: green. Hex color #050807 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050807 is #FAF7F8. Grayscale: #060606. Windows color (decimal): -16447481 or 460805. OLE color: 460805.

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

Color convert

RGB 5 8 7 -
CMYK 0.38 0 0.13 0.97
HSL 160º 0.23% 0.03% -
HSV(B) 160º 0.38% 0.03% -
XYZ 0.19 0.22 0.23 -
YUV 6.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 5 8 7 0.38 0 0.13 0.97 160 0.23 0.03
Hex 5 8 7 26 0 D 61 A0 17 3
Octal 5 10 7 46 0 15 141 240 27 3
Binary 101 1000 111 100110 0 1101 1100001 10100000 10111 11

Color Harmonies of #050807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050807

Black with #050807

Text Example


Text Example

White with #050807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050807; }

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

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

background-color css

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

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

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

border-color css

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

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

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