#050B07

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

Shades of Dark Green #050B07

Tints of Dark Green #050B07

Color information

#050B07 (or 0x050B07) is unknown color: approx Dark Green. HEX triplet: 05, 0B and 07. RGB value is (5,11,7). Sum of RGB (Red+Green+Blue) = 5+11+7=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 11 (4.69% from 255 or 47.83% from 23); Blue value is 7 (3.12% from 255 or 30.43% from 23); Max value from RGB is 11 - color contains mainly: green. Hex color #050B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050B07 is #FAF4F8. Grayscale: #080808. Windows color (decimal): -16446713 or 461573. OLE color: 461573.

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

Color convert

RGB5117-
CMYK0.5500.360.96
HSL140º37.5%3.14%-
HSV(B)140º54.55%4.31%-
XYZ0.220.290.24-
YUV8.75127.01125.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 11 (4.69% from 255) = 47.83%
BLUE value IS 7 (3.12% from 255) = 30.43%
R=21.74%
G=47.83%
B=30.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal51170.5500.360.9614037.53.14
Hex5B737024608c263
Octal513767044140214463
Binary1011011111110111010010011000001000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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