#04110E

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

Shades of Dark Green #04110E

Tints of Dark Green #04110E

Color information

#04110E (or 0x04110E) is unknown color: approx Dark Green. HEX triplet: 04, 11 and 0E. RGB value is (4,17,14). Sum of RGB (Red+Green+Blue) = 4+17+14=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 17 (7.03% from 255 or 48.57% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 17 - color contains mainly: green. Hex color #04110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04110E is #FBEEF1. Grayscale: #0C0C0C. Windows color (decimal): -16510706 or 921860. OLE color: 921860.

HSL color Cylindrical-coordinate representation of color #04110E: hue angle of 166.15º 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 #04110E is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB41714-
CMYK0.7600.180.93
HSL166.15º61.9%4.12%-
HSV(B)166.15º76.47%6.67%-
XYZ0.330.460.49-
YUV12.77128.69121.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.43%
GREEN value IS 17 (7.03% from 255) = 48.57%
BLUE value IS 14 (5.86% from 255) = 40%
R=11.43%
G=48.57%
B=40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal417140.7600.180.93166.1561.94.12
Hex411E4C0125Da63e4
Octal42116114022135246764
Binary1001000111101001100010010101110110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04110E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04110E; }

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

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

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

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

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

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

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

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