#050E0A

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

Shades of Dark Green #050E0A

Tints of Dark Green #050E0A

Color information

#050E0A (or 0x050E0A) is unknown color: approx Dark Green. HEX triplet: 05, 0E and 0A. RGB value is (5,14,10). Sum of RGB (Red+Green+Blue) = 5+14+10=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 14 (5.86% from 255 or 48.28% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 14 - color contains mainly: green. Hex color #050E0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050E0A is #FAF1F5. Grayscale: #0A0A0A. Windows color (decimal): -16445942 or 658949. OLE color: 658949.

HSL color Cylindrical-coordinate representation of color #050E0A: hue angle of 153.33º 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 #050E0A is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB51410-
CMYK0.6400.290.95
HSL153.33º47.37%3.73%-
HSV(B)153.33º64.29%5.49%-
XYZ0.270.370.34-
YUV10.85127.52123.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 14 (5.86% from 255) = 48.28%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=17.24%
G=48.28%
B=34.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal514100.6400.290.95153.3347.373.73
Hex5EA4001D5F992f4
Octal51612100035137231574
Binary101111010101000000011101101111110011001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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