#040A0A

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

Shades of Dark Green #040A0A

Tints of Dark Green #040A0A

Color information

#040A0A (or 0x040A0A) is unknown color: approx Dark Green. HEX triplet: 04, 0A and 0A. RGB value is (4,10,10). Sum of RGB (Red+Green+Blue) = 4+10+10=24 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16.67% from 24); Green value is 10 (4.30% from 255 or 41.67% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #040A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040A0A is #FBF5F5. Grayscale: #080808. Windows color (decimal): -16512502 or 657924. OLE color: 657924.

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

Color convert

RGB41010-
CMYK0.6000.96
HSL180º42.86%2.75%-
HSV(B)180º60%3.92%-
XYZ0.210.260.33-
YUV8.21129.01125-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 16.67%
GREEN value IS 10 (4.30% from 255) = 41.67%
BLUE value IS 10 (4.30% from 255) = 41.67%
R=16.67%
G=41.67%
B=41.67%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal410100.6000.9618042.862.75
Hex4AA3C0060b42b3
Octal412127400140264533
Binary100101010101111000011000001011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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