#04160F

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

Shades of Dark Green #04160F

Tints of Dark Green #04160F

Color information

#04160F (or 0x04160F) is unknown color: approx Dark Green. HEX triplet: 04, 16 and 0F. RGB value is (4,22,15). Sum of RGB (Red+Green+Blue) = 4+22+15=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 22 (8.98% from 255 or 53.66% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 22 - color contains mainly: green. Hex color #04160F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04160F is #FBE9F0. Grayscale: #0F0F0F. Windows color (decimal): -16509425 or 988676. OLE color: 988676.

HSL color Cylindrical-coordinate representation of color #04160F: hue angle of 156.67º degrees, saturation: 0.69, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #04160F is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.91.

Color convert

RGB42215-
CMYK0.8200.320.91
HSL156.67º69.23%5.1%-
HSV(B)156.67º81.82%8.63%-
XYZ0.420.630.55-
YUV15.82127.54119.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 22 (8.98% from 255) = 53.66%
BLUE value IS 15 (6.25% from 255) = 36.59%
R=9.76%
G=53.66%
B=36.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal422150.8200.320.91156.6769.235.1
Hex416F520205B9d455
Octal426171220401332351055
Binary100101101111101001001000001011011100111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04160F; }

 p { color: rgb(4,22,15); }

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

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

 a { background-color: rgb(4,22,15); }

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

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

 span { border-color: rgb(4,22,15); }

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