#040D0C

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

Shades of Dark Green #040D0C

Tints of Dark Green #040D0C

Color information

#040D0C (or 0x040D0C) is unknown color: approx Dark Green. HEX triplet: 04, 0D and 0C. RGB value is (4,13,12). Sum of RGB (Red+Green+Blue) = 4+13+12=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #040D0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040D0C is #FBF2F3. Grayscale: #0A0A0A. Windows color (decimal): -16511732 or 789764. OLE color: 789764.

HSL color Cylindrical-coordinate representation of color #040D0C: hue angle of 173.33º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #040D0C is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB41312-
CMYK0.6900.080.95
HSL173.33º52.94%3.33%-
HSV(B)173.33º69.23%5.1%-
XYZ0.260.340.4-
YUV10.2129.02123.58-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.79%
GREEN value IS 13 (5.47% from 255) = 44.83%
BLUE value IS 12 (5.08% from 255) = 41.38%
R=13.79%
G=44.83%
B=41.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal413120.6900.080.95173.3352.943.33
Hex4DC45085Fad353
Octal41514105010137255653
Binary1001101110010001010100010111111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,13,12); }

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

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

 a { background-color: rgb(4,13,12); }

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

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

 span { border-color: rgb(4,13,12); }

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