#041108

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

Shades of Dark Green #041108

Tints of Dark Green #041108

Color information

#041108 (or 0x041108) is unknown color: approx Dark Green. HEX triplet: 04, 11 and 08. RGB value is (4,17,8). Sum of RGB (Red+Green+Blue) = 4+17+8=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 17 (7.03% from 255 or 58.62% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 17 - color contains mainly: green. Hex color #041108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041108 is #FBEEF7. Grayscale: #0C0C0C. Windows color (decimal): -16510712 or 528644. OLE color: 528644.

HSL color Cylindrical-coordinate representation of color #041108: hue angle of 138.46º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #041108 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.93.

Color convert

RGB4178-
CMYK0.7600.530.93
HSL138.46º61.9%4.12%-
HSV(B)138.46º76.47%6.67%-
XYZ0.290.440.3-
YUV12.09125.69122.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.79%
GREEN value IS 17 (7.03% from 255) = 58.62%
BLUE value IS 8 (3.52% from 255) = 27.59%
R=13.79%
G=58.62%
B=27.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41780.7600.530.93138.4661.94.12
Hex41184C0355D8a3e4
Octal42110114065135212764
Binary10010001100010011000110101101110110001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041108; }

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

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

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

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

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

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

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

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