Html Css Color HEX #050A0A Dark Green

📋 copy color: '#050A0A'

red 5 ◦ green 10 ◦ blue 10

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

Shades of Dark Green #050A0A

Tints of Dark Green #050A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 40%

R = 20%
G = 40%
B = 40%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#050A0A (or 0x050A0A) is known color: Dark Green. HEX triplet: 05, 0A and 0A. RGB value is (5,10,10). Sum of RGB (Red+Green+Blue) = 5+10+10=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #050A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050A0A is #FAF5F5. Grayscale: #080808. Windows color (decimal): -16446966 or 657925. OLE color: 657925.

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

Color convert

RGB 5 10 10 -
CMYK 0.50 0 0 0.96
HSL 180º 0.33% 0.03% -
HSV(B) 180º 0.5% 0.04% -
XYZ 0.23 0.27 0.33 -
YUV 8.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 5 10 10 0.50 0 0 0.96 180 0.33 0.03
Hex 5 A A 32 0 0 60 B4 21 3
Octal 5 12 12 62 0 0 140 264 41 3
Binary 101 1010 1010 110010 0 0 1100000 10110100 100001 11

Color Harmonies of #050A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A0A

Black with #050A0A

Text Example


Text Example

White with #050A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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