Html Css Color HEX #04322F Dark Green

📋 copy color: '#04322F'

red 4 ◦ green 50 ◦ blue 47

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

Shades of Dark Green #04322F

Tints of Dark Green #04322F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 46.53%

R = 3.96%
G = 49.5%
B = 46.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#04322F (or 0x04322F) is known color: Dark Green. HEX triplet: 04, 32 and 2F. RGB value is (4,50,47). Sum of RGB (Red+Green+Blue) = 4+50+47=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #04322F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04322F is #FBCDD0. Grayscale: #232323. Windows color (decimal): -16502225 or 3092996. OLE color: 3092996.

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

Color convert

RGB 4 50 47 -
CMYK 0.92 0 0.06 0.80
HSL 176.09º 0.85% 0.11% -
HSV(B) 176.09º 0.92% 0.2% -
XYZ 1.7 2.51 3.08 -
YUV 35.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 4 50 47 0.92 0 0.06 0.80 176.09 0.85 0.11
Hex 4 32 2F 5C 0 6 50 B0 55 B
Octal 4 62 57 134 0 6 120 260 125 13
Binary 100 110010 101111 1011100 0 110 1010000 10110000 1010101 1011

Color Harmonies of #04322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04322F

Black with #04322F

Text Example


Text Example

White with #04322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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