#04322E

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

Shades of Dark Green #04322E

Tints of Dark Green #04322E

Color information

#04322E (or 0x04322E) is unknown color: approx Dark Green. HEX triplet: 04, 32 and 2E. RGB value is (4,50,46). Sum of RGB (Red+Green+Blue) = 4+50+46=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 46 (18.36% from 255 or 46% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #04322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04322E is #FBCDD1. Grayscale: #232323. Windows color (decimal): -16502226 or 3027460. OLE color: 3027460.

HSL color Cylindrical-coordinate representation of color #04322E: hue angle of 174.78º 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 #04322E is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB45046-
CMYK0.9200.080.80
HSL174.78º85.19%10.59%-
HSV(B)174.78º92%19.61%-
XYZ1.682.52.98-
YUV35.79133.76105.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 50 (19.92% from 255) = 50%
BLUE value IS 46 (18.36% from 255) = 46%
R=4%
G=50%
B=46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450460.9200.080.80174.7885.1910.59
Hex4322E5C0850af55b
Octal4625613401012025712513
Binary10011001010111010111000100010100001010111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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