#042020

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

Shades of Dark Green #042020

Tints of Dark Green #042020

Color information

#042020 (or 0x042020) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 20. RGB value is (4,32,32). Sum of RGB (Red+Green+Blue) = 4+32+32=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 32 (12.89% from 255 or 47.06% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #042020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042020 is #FBDFDF. Grayscale: #171717. Windows color (decimal): -16506848 or 2105348. OLE color: 2105348.

HSL color Cylindrical-coordinate representation of color #042020: hue angle of 180º 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 #042020 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB43232-
CMYK0.87000.87
HSL180º77.78%7.06%-
HSV(B)180º87.5%12.55%-
XYZ0.831.161.55-
YUV23.63132.72114-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 32 (12.89% from 255) = 47.06%
BLUE value IS 32 (12.89% from 255) = 47.06%
R=5.88%
G=47.06%
B=47.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432320.87000.8718077.787.06
Hex42020570057b44e7
Octal44040127001272641167
Binary1001000001000001010111001010111101101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042020; }

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

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

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

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

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

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

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

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