#042011

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

Shades of Dark Green #042011

Tints of Dark Green #042011

Color information

#042011 (or 0x042011) is unknown color: approx Dark Green. HEX triplet: 04, 20 and 11. RGB value is (4,32,17). Sum of RGB (Red+Green+Blue) = 4+32+17=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #042011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042011 is #FBDFEE. Grayscale: #151515. Windows color (decimal): -16506863 or 1122308. OLE color: 1122308.

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

Color convert

RGB43217-
CMYK0.8700.470.87
HSL147.86º77.78%7.06%-
HSV(B)147.86º87.5%12.55%-
XYZ0.671.10.71-
YUV21.92125.22115.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 32 (12.89% from 255) = 60.38%
BLUE value IS 17 (7.03% from 255) = 32.08%
R=7.55%
G=60.38%
B=32.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal432170.8700.470.87147.8677.787.06
Hex420115702F57944e7
Octal440211270571272241167
Binary10010000010001101011101011111010111100101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042011; }

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

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

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

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

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

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

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

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