Html Css Color HEX #050A09 Dark Green

📋 copy color: '#050A09'

red 5 ◦ green 10 ◦ blue 9

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

Shades of Dark Green #050A09

Tints of Dark Green #050A09

RGB

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

 GREEN value IS 10 (4.3% from 255) = 41.67%

 BLUE value IS 9 (3.91% from 255) = 37.5%

R = 20.83%
G = 41.67%
B = 37.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.10

 K value IS 0.96

RGB Variations

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

Color information

#050A09 (or 0x050A09) is known color: Dark Green. HEX triplet: 05, 0A and 09. RGB value is (5,10,9). Sum of RGB (Red+Green+Blue) = 5+10+9=24 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20.83% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 9 (3.91% from 255 or 37.5% from 24); Max value from RGB is 10 - color contains mainly: green. Hex color #050A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A09 is #FAF5F6. Grayscale: #080808. Windows color (decimal): -16446967 or 592389. OLE color: 592389.

HSL color Cylindrical-coordinate representation of color #050A09: hue angle of 168º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050A09 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.96.

Color convert

RGB 5 10 9 -
CMYK 0.50 0 0.10 0.96
HSL 168º 0.33% 0.03% -
HSV(B) 168º 0.5% 0.04% -
XYZ 0.22 0.27 0.3 -
YUV 8.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 5 10 9 0.50 0 0.10 0.96 168 0.33 0.03
Hex 5 A 9 32 0 A 60 A8 21 3
Octal 5 12 11 62 0 12 140 250 41 3
Binary 101 1010 1001 110010 0 1010 1100000 10101000 100001 11

Color Harmonies of #050A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A09

Black with #050A09

Text Example


Text Example

White with #050A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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