#031409

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

Shades of Dark Green #031409

Tints of Dark Green #031409

Color information

#031409 (or 0x031409) is unknown color: approx Dark Green. HEX triplet: 03, 14 and 09. RGB value is (3,20,9). Sum of RGB (Red+Green+Blue) = 3+20+9=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #031409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031409 is #FCEBF6. Grayscale: #0D0D0D. Windows color (decimal): -16575479 or 594947. OLE color: 594947.

HSL color Cylindrical-coordinate representation of color #031409: hue angle of 141.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #031409 is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB3209-
CMYK0.8500.550.92
HSL141.18º73.91%4.51%-
HSV(B)141.18º85%7.84%-
XYZ0.340.540.34-
YUV13.66125.37120.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 20 (8.20% from 255) = 62.5%
BLUE value IS 9 (3.91% from 255) = 28.12%
R=9.38%
G=62.5%
B=28.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal32090.8500.550.92141.1873.914.51
Hex3149550375C8d4a5
Octal324111250671342151125
Binary11101001001101010101101111011100100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031409; }

 p { color: rgb(3,20,9); }

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

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

 a { background-color: rgb(3,20,9); }

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

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

 span { border-color: rgb(3,20,9); }

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