Html Css Color HEX #050908 Dark Green

📋 copy color: '#050908'

red 5 ◦ green 9 ◦ blue 8

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

Shades of Dark Green #050908

Tints of Dark Green #050908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 40.91%

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

R = 22.73%
G = 40.91%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.96

RGB Variations

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

Color information

#050908 (or 0x050908) is known color: Dark Green. HEX triplet: 05, 09 and 08. RGB value is (5,9,8). Sum of RGB (Red+Green+Blue) = 5+9+8=22 (2% of max value = 765). Red value is 5 (2.34% from 255 or 22.73% from 22); Green value is 9 (3.91% from 255 or 40.91% from 22); Blue value is 8 (3.52% from 255 or 36.36% from 22); Max value from RGB is 9 - color contains mainly: green. Hex color #050908 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050908 is #FAF6F7. Grayscale: #070707. Windows color (decimal): -16447224 or 526597. OLE color: 526597.

HSL color Cylindrical-coordinate representation of color #050908: hue angle of 165º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #050908 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 9 8 -
CMYK 0.44 0 0.11 0.96
HSL 165º 0.29% 0.03% -
HSV(B) 165º 0.44% 0.04% -
XYZ 0.2 0.25 0.27 -
YUV 7.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 5 9 8 0.44 0 0.11 0.96 165 0.29 0.03
Hex 5 9 8 2C 0 B 60 A5 1D 3
Octal 5 11 10 54 0 13 140 245 35 3
Binary 101 1001 1000 101100 0 1011 1100000 10100101 11101 11

Color Harmonies of #050908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050908

Black with #050908

Text Example


Text Example

White with #050908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050908; }

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

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

background-color css

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

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

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

border-color css

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

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

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