#042520

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

Shades of Dark Green #042520

Tints of Dark Green #042520

Color information

#042520 (or 0x042520) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 20. RGB value is (4,37,32). Sum of RGB (Red+Green+Blue) = 4+37+32=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 37 (14.84% from 255 or 50.68% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 37 - color contains mainly: green. Hex color #042520 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042520 is #FBDADF. Grayscale: #1A1A1A. Windows color (decimal): -16505568 or 2106628. OLE color: 2106628.

HSL color Cylindrical-coordinate representation of color #042520: hue angle of 170.91º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042520 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.85.

Color convert

RGB43732-
CMYK0.8900.140.85
HSL170.91º80.49%8.04%-
HSV(B)170.91º89.19%14.51%-
XYZ0.971.451.6-
YUV26.56131.07111.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 37 (14.84% from 255) = 50.68%
BLUE value IS 32 (12.89% from 255) = 43.84%
R=5.48%
G=50.68%
B=43.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437320.8900.140.85170.9180.498.04
Hex42520590E55ab508
Octal4454013101612525312010
Binary10010010110000010110010111010101011010101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042520; }

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

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

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

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

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

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

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

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