#040B0A

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

Shades of Dark Green #040B0A

Tints of Dark Green #040B0A

Color information

#040B0A (or 0x040B0A) is unknown color: approx Dark Green. HEX triplet: 04, 0B and 0A. RGB value is (4,11,10). Sum of RGB (Red+Green+Blue) = 4+11+10=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 11 (4.69% from 255 or 44% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 11 - color contains mainly: green. Hex color #040B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040B0A is #FBF4F5. Grayscale: #080808. Windows color (decimal): -16512246 or 658180. OLE color: 658180.

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

Color convert

RGB41110-
CMYK0.6400.090.96
HSL171.43º46.67%2.94%-
HSV(B)171.43º63.64%4.31%-
XYZ0.220.290.33-
YUV8.79128.68124.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16%
GREEN value IS 11 (4.69% from 255) = 44%
BLUE value IS 10 (4.30% from 255) = 40%
R=16%
G=44%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal411100.6400.090.96171.4346.672.94
Hex4BA400960ab2f3
Octal41312100011140253573
Binary1001011101010000000100111000001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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