#04321F

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

Shades of Dark Green #04321F

Tints of Dark Green #04321F

Color information

#04321F (or 0x04321F) is unknown color: approx 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

RGB45031-
CMYK0.9200.380.80
HSL155.22º85.19%10.59%-
HSV(B)155.22º92%19.61%-
XYZ1.442.411.68-
YUV34.08126.26106.54-

RGB Variations

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

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 (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal450310.9200.380.80155.2285.1910.59
Hex4321F5C026509b55b
Octal4623713404612023312513
Binary100110010111111011100010011010100001001101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>