#041008

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

Shades of Dark Green #041008

Tints of Dark Green #041008

Color information

#041008 (or 0x041008) is unknown color: approx Dark Green. HEX triplet: 04, 10 and 08. RGB value is (4,16,8). Sum of RGB (Red+Green+Blue) = 4+16+8=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 16 (6.64% from 255 or 57.14% from 28); Blue value is 8 (3.52% from 255 or 28.57% from 28); Max value from RGB is 16 - color contains mainly: green. Hex color #041008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041008 is #FBEFF7. Grayscale: #0B0B0B. Windows color (decimal): -16510968 or 528388. OLE color: 528388.

HSL color Cylindrical-coordinate representation of color #041008: hue angle of 140º 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 #041008 is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.

Color convert

RGB4168-
CMYK0.7500.500.94
HSL140º60%3.92%-
HSV(B)140º75%6.27%-
XYZ0.280.410.29-
YUV11.5126.02122.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 16 (6.64% from 255) = 57.14%
BLUE value IS 8 (3.52% from 255) = 28.57%
R=14.29%
G=57.14%
B=28.57%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal41680.7500.500.94140603.92
Hex41084B0325E8c3c4
Octal42010113062136214744
Binary10010000100010010110110010101111010001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041008; }

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

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

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

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

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

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

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

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