#042016

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

Shades of Dark Green #042016

Tints of Dark Green #042016

Color information

#042016 (or 0x042016) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 16. RGB value is (4,32,22). Sum of RGB (Red+Green+Blue) = 4+32+22=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 32 (12.89% from 255 or 55.17% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 32 - color contains mainly: green. Hex color #042016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042016 is #FBDFE9. Grayscale: #161616. Windows color (decimal): -16506858 or 1449988. OLE color: 1449988.

HSL color Cylindrical-coordinate representation of color #042016: hue angle of 158.57º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #042016 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.87.

Color convert

RGB43222-
CMYK0.8700.310.87
HSL158.57º77.78%7.06%-
HSV(B)158.57º87.5%12.55%-
XYZ0.711.120.94-
YUV22.49127.72114.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 32 (12.89% from 255) = 55.17%
BLUE value IS 22 (8.98% from 255) = 37.93%
R=6.90%
G=55.17%
B=37.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432220.8700.310.87158.5777.787.06
Hex420165701F579f4e7
Octal440261270371272371167
Binary1001000001011010101110111111010111100111111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042016; }

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

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

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

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

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

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

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

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