#050E0B

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

Shades of Dark Green #050E0B

Tints of Dark Green #050E0B

Color information

#050E0B (or 0x050E0B) is unknown color: approx Dark Green. HEX triplet: 05, 0E and 0B. RGB value is (5,14,11). Sum of RGB (Red+Green+Blue) = 5+14+11=30 (3% of max value = 765). Red value is 5 (2.34% from 255 or 16.67% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 14 - color contains mainly: green. Hex color #050E0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E0B is #FAF1F4. Grayscale: #0A0A0A. Windows color (decimal): -16445941 or 724485. OLE color: 724485.

HSL color Cylindrical-coordinate representation of color #050E0B: hue angle of 160º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #050E0B is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.95.

Color convert

RGB51411-
CMYK0.6400.210.95
HSL160º47.37%3.73%-
HSV(B)160º64.29%5.49%-
XYZ0.280.370.37-
YUV10.97128.02123.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 16.67%
GREEN value IS 14 (5.86% from 255) = 46.67%
BLUE value IS 11 (4.69% from 255) = 36.67%
R=16.67%
G=46.67%
B=36.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal514110.6400.210.9516047.373.73
Hex5EB400155Fa02f4
Octal51613100025137240574
Binary101111010111000000010101101111110100000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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