#041010

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

Shades of Dark Green #041010

Tints of Dark Green #041010

Color information

#041010 (or 0x041010) is unknown color: approx Dark Green. HEX triplet: 04, 10 and 10. RGB value is (4,16,16). Sum of RGB (Red+Green+Blue) = 4+16+16=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #041010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041010 is #FBEFEF. Grayscale: #0C0C0C. Windows color (decimal): -16510960 or 1052676. OLE color: 1052676.

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

Color convert

RGB41616-
CMYK0.75000.94
HSL180º60%3.92%-
HSV(B)180º75%6.27%-
XYZ0.330.430.56-
YUV12.41130.02122-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.11%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 16 (6.64% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal416160.75000.94180603.92
Hex410104B005Eb43c4
Octal4202011300136264744
Binary1001000010000100101100101111010110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041010; }

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

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

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

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

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

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

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

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