#04311A

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

Shades of Dark Green #04311A

Tints of Dark Green #04311A

Color information

#04311A (or 0x04311A) is unknown color: approx Dark Green. HEX triplet: 04, 31 and 1A. RGB value is (4,49,26). Sum of RGB (Red+Green+Blue) = 4+49+26=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #04311A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04311A is #FBCEE5. Grayscale: #202020. Windows color (decimal): -16502502 or 1716484. OLE color: 1716484.

HSL color Cylindrical-coordinate representation of color #04311A: hue angle of 149.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04311A is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB44926-
CMYK0.9200.470.81
HSL149.33º84.91%10.39%-
HSV(B)149.33º91.84%19.22%-
XYZ1.332.31.35-
YUV32.92124.09107.37-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.06%
GREEN value IS 49 (19.53% from 255) = 62.03%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=5.06%
G=62.03%
B=32.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal449260.9200.470.81149.3384.9110.39
Hex4311A5C02F519555a
Octal4613213405712122512512
Binary100110001110101011100010111110100011001010110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04311A; }

 p { color: rgb(4,49,26); }

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

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

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

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

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

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

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