#04322D

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

Shades of Dark Green #04322D

Tints of Dark Green #04322D

Color information

#04322D (or 0x04322D) is unknown color: approx Dark Green. HEX triplet: 04, 32 and 2D. RGB value is (4,50,45). Sum of RGB (Red+Green+Blue) = 4+50+45=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 45 (17.97% from 255 or 45.45% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #04322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04322D is #FBCDD2. Grayscale: #232323. Windows color (decimal): -16502227 or 2961924. OLE color: 2961924.

HSL color Cylindrical-coordinate representation of color #04322D: hue angle of 173.48º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04322D is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB45045-
CMYK0.9200.100.80
HSL173.48º85.19%10.59%-
HSV(B)173.48º92%19.61%-
XYZ1.662.52.88-
YUV35.68133.26105.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 45 (17.97% from 255) = 45.45%
R=4.04%
G=50.51%
B=45.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450450.9200.100.80173.4885.1910.59
Hex4322D5C0A50ad55b
Octal4625513401212025512513
Binary10011001010110110111000101010100001010110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04322D; }

 p { color: rgb(4,50,45); }

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

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

 a { background-color: rgb(4,50,45); }

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

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

 span { border-color: rgb(4,50,45); }

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