#050B09

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

Shades of Dark Green #050B09

Tints of Dark Green #050B09

Color information

#050B09 (or 0x050B09) is unknown color: approx Dark Green. HEX triplet: 05, 0B and 09. RGB value is (5,11,9). Sum of RGB (Red+Green+Blue) = 5+11+9=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 9 (3.91% from 255 or 36% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #050B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B09 is #FAF4F6. Grayscale: #080808. Windows color (decimal): -16446711 or 592645. OLE color: 592645.

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

Color convert

RGB5119-
CMYK0.5500.180.96
HSL160º37.5%3.14%-
HSV(B)160º54.55%4.31%-
XYZ0.230.290.3-
YUV8.98128.01125.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 20%
GREEN value IS 11 (4.69% from 255) = 44%
BLUE value IS 9 (3.91% from 255) = 36%
R=20%
G=44%
B=36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51190.5500.180.9616037.53.14
Hex5B93701260a0263
Octal5131167022140240463
Binary1011011100111011101001011000001010000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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