Html Css Color HEX #04322C Dark Green

📋 copy color: '#04322C'

red 4 ◦ green 50 ◦ blue 44

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

Shades of Dark Green #04322C

Tints of Dark Green #04322C

RGB

 RED value IS 4 (1.95% from 255) = 4.08%

 GREEN value IS 50 (19.92% from 255) = 51.02%

 BLUE value IS 44 (17.58% from 255) = 44.9%

R = 4.08%
G = 51.02%
B = 44.9%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.12

 K value IS 0.80

RGB Variations

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

Color information

#04322C (or 0x04322C) is known color: Dark Green. HEX triplet: 04, 32 and 2C. RGB value is (4,50,44). Sum of RGB (Red+Green+Blue) = 4+50+44=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #04322C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04322C is #FBCDD3. Grayscale: #232323. Windows color (decimal): -16502228 or 2896388. OLE color: 2896388.

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

Color convert

RGB 4 50 44 -
CMYK 0.92 0 0.12 0.80
HSL 172.17º 0.85% 0.11% -
HSV(B) 172.17º 0.92% 0.2% -
XYZ 1.65 2.49 2.78 -
YUV 35.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 4 50 44 0.92 0 0.12 0.80 172.17 0.85 0.11
Hex 4 32 2C 5C 0 C 50 AC 55 B
Octal 4 62 54 134 0 14 120 254 125 13
Binary 100 110010 101100 1011100 0 1100 1010000 10101100 1010101 1011

Color Harmonies of #04322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04322C

Black with #04322C

Text Example


Text Example

White with #04322C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04322C;
 }
 .AnyTagClassName
 {
   color: #04322C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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