#041914

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

Shades of Dark Green #041914

Tints of Dark Green #041914

Color information

#041914 (or 0x041914) is unknown color: approx Dark Green. HEX triplet: 04, 19 and 14. RGB value is (4,25,20). Sum of RGB (Red+Green+Blue) = 4+25+20=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #041914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041914 is #FBE6EB. Grayscale: #121212. Windows color (decimal): -16508652 or 1317124. OLE color: 1317124.

HSL color Cylindrical-coordinate representation of color #041914: hue angle of 165.71º degrees, saturation: 0.72, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #041914 is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB42520-
CMYK0.8400.200.90
HSL165.71º72.41%5.69%-
HSV(B)165.71º84%9.8%-
XYZ0.520.770.78-
YUV18.15129.04117.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 25 (10.16% from 255) = 51.02%
BLUE value IS 20 (8.20% from 255) = 40.82%
R=8.16%
G=51.02%
B=40.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal425200.8400.200.90165.7172.415.69
Hex41914540145Aa6486
Octal431241240241322461106
Binary100110011010010101000101001011010101001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041914; }

 p { color: rgb(4,25,20); }

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

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

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

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

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

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

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