#041211

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

Shades of Dark Green #041211

Tints of Dark Green #041211

Color information

#041211 (or 0x041211) is unknown color: approx Dark Green. HEX triplet: 04, 12 and 11. RGB value is (4,18,17). Sum of RGB (Red+Green+Blue) = 4+18+17=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 18 (7.42% from 255 or 46.15% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 18 - color contains mainly: green. Hex color #041211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041211 is #FBEDEE. Grayscale: #0D0D0D. Windows color (decimal): -16510447 or 1118724. OLE color: 1118724.

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

Color convert

RGB41817-
CMYK0.7800.060.93
HSL175.71º63.64%4.31%-
HSV(B)175.71º77.78%7.06%-
XYZ0.370.50.61-
YUV13.7129.86121.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 18 (7.42% from 255) = 46.15%
BLUE value IS 17 (7.03% from 255) = 43.59%
R=10.26%
G=46.15%
B=43.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal418170.7800.060.93175.7163.644.31
Hex412114E065Db0404
Octal42221116061352601004
Binary1001001010001100111001101011101101100001000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041211; }

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

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

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

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

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

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

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

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