#050B0A

Color #050B0A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #050B0A

Tints of Dark Green #050B0A

Color information

#050B0A (or 0x050B0A) is unknown color: approx Dark Green. HEX triplet: 05, 0B and 0A. RGB value is (5,11,10). Sum of RGB (Red+Green+Blue) = 5+11+10=26 (3% of max value = 765). Red value is 5 (2.34% from 255 or 19.23% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 11 - color contains mainly: green. Hex color #050B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B0A is #FAF4F5. Grayscale: #090909. Windows color (decimal): -16446710 or 658181. OLE color: 658181.

HSL color Cylindrical-coordinate representation of color #050B0A: hue angle of 170º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #050B0A is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.96.

Color convert

RGB51110-
CMYK0.5500.090.96
HSL170º37.5%3.14%-
HSV(B)170º54.55%4.31%-
XYZ0.240.290.33-
YUV9.09128.51125.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 19.23%
GREEN value IS 11 (4.69% from 255) = 42.31%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=19.23%
G=42.31%
B=38.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal511100.5500.090.9617037.53.14
Hex5BA370960aa263
Octal5131267011140252463
Binary101101110101101110100111000001010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #050B0A;
 }
 .AnyTagClassName
 {
   color: #050B0A;
 }
</style>
background-color css

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

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

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

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

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

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