#04160C

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

Shades of Dark Green #04160C

Tints of Dark Green #04160C

Color information

#04160C (or 0x04160C) is unknown color: approx Dark Green. HEX triplet: 04, 16 and 0C. RGB value is (4,22,12). Sum of RGB (Red+Green+Blue) = 4+22+12=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 22 (8.98% from 255 or 57.89% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 22 - color contains mainly: green. Hex color #04160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04160C is #FBE9F3. Grayscale: #0F0F0F. Windows color (decimal): -16509428 or 792068. OLE color: 792068.

HSL color Cylindrical-coordinate representation of color #04160C: hue angle of 146.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 #04160C is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.

Color convert

RGB42212-
CMYK0.8200.450.91
HSL146.67º69.23%5.1%-
HSV(B)146.67º81.82%8.63%-
XYZ0.40.630.45-
YUV15.48126.04119.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 22 (8.98% from 255) = 57.89%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=10.53%
G=57.89%
B=31.58%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal422120.8200.450.91146.6769.235.1
Hex416C5202D5B93455
Octal426141220551332231055
Binary100101101100101001001011011011011100100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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