#042013

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

Shades of Dark Green #042013

Tints of Dark Green #042013

Color information

#042013 (or 0x042013) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 13. RGB value is (4,32,19). Sum of RGB (Red+Green+Blue) = 4+32+19=55 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.27% from 55); Green value is 32 (12.89% from 255 or 58.18% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 32 - color contains mainly: green. Hex color #042013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042013 is #FBDFEC. Grayscale: #161616. Windows color (decimal): -16506861 or 1253380. OLE color: 1253380.

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

Color convert

RGB43219-
CMYK0.8700.410.87
HSL152.14º77.78%7.06%-
HSV(B)152.14º87.5%12.55%-
XYZ0.681.110.79-
YUV22.15126.22115.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.27%
GREEN value IS 32 (12.89% from 255) = 58.18%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=7.27%
G=58.18%
B=34.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432190.8700.410.87152.1477.787.06
Hex420135702957984e7
Octal440231270511272301167
Binary10010000010011101011101010011010111100110001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042013; }

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

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

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

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

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

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

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

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