Html Css Color HEX #04322E Dark Green

📋 copy color: '#04322E'

red 4 ◦ green 50 ◦ blue 46

#04322E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #04322E

Tints of Dark Green #04322E

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 value IS 0.92

 M value IS 0

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#04322E (or 0x04322E) is known color: 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

RGB 4 50 46 -
CMYK 0.92 0 0.08 0.80
HSL 174.78º 0.85% 0.11% -
HSV(B) 174.78º 0.92% 0.2% -
XYZ 1.68 2.5 2.98 -
YUV 35.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 4 50 46 0.92 0 0.08 0.80 174.78 0.85 0.11
Hex 4 32 2E 5C 0 8 50 AF 55 B
Octal 4 62 56 134 0 10 120 257 125 13
Binary 100 110010 101110 1011100 0 1000 1010000 10101111 1010101 1011

Color Harmonies of #04322E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04322E

Black with #04322E

Text Example


Text Example

White with #04322E

Text Example


Text Example

HTML Codes & Css Web 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>