Html Css Color HEX #04321F Dark Green

📋 copy color: '#04321F'

red 4 ◦ green 50 ◦ blue 31

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

Shades of Dark Green #04321F

Tints of Dark Green #04321F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 36.47%

R = 4.71%
G = 58.82%
B = 36.47%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#04321F (or 0x04321F) is known color: Dark Green. HEX triplet: 04, 32 and 1F. RGB value is (4,50,31). Sum of RGB (Red+Green+Blue) = 4+50+31=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #04321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04321F is #FBCDE0. Grayscale: #222222. Windows color (decimal): -16502241 or 2044420. OLE color: 2044420.

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

Color convert

RGB 4 50 31 -
CMYK 0.92 0 0.38 0.80
HSL 155.22º 0.85% 0.11% -
HSV(B) 155.22º 0.92% 0.2% -
XYZ 1.44 2.41 1.68 -
YUV 34.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 4 50 31 0.92 0 0.38 0.80 155.22 0.85 0.11
Hex 4 32 1F 5C 0 26 50 9B 55 B
Octal 4 62 37 134 0 46 120 233 125 13
Binary 100 110010 11111 1011100 0 100110 1010000 10011011 1010101 1011

Color Harmonies of #04321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04321F

Black with #04321F

Text Example


Text Example

White with #04321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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