Shades of Dark Green #04321D
Tints of Dark Green #04321D
RGB
CMYK
RGB Variations
Color information
#04321D (or 0x04321D) is known color: Dark Green. HEX triplet: 04, 32 and 1D. RGB value is (4,50,29). Sum of RGB (Red+Green+Blue) = 4+50+29=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #04321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04321D is #FBCDE2. Grayscale: #212121. Windows color (decimal): -16502243 or 1913348. OLE color: 1913348.
HSL color Cylindrical-coordinate representation of color #04321D: hue angle of 152.61º 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 #04321D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 29 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.80 |
| HSL | 152.61º | 0.85% | 0.11% | - |
| HSV(B) | 152.61º | 0.92% | 0.2% | - |
| XYZ | 1.41 | 2.4 | 1.55 | - |
| YUV | 33.85 | 125.26 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 29 | 0.92 | 0 | 0.42 | 0.80 | 152.61 | 0.85 | 0.11 |
| Hex | 4 | 32 | 1D | 5C | 0 | 2A | 50 | 99 | 55 | B |
| Octal | 4 | 62 | 35 | 134 | 0 | 52 | 120 | 231 | 125 | 13 |
| Binary | 100 | 110010 | 11101 | 1011100 | 0 | 101010 | 1010000 | 10011001 | 1010101 | 1011 |
Color Harmonies of #04321D
Complementary color
Monochromatic Colors of #04321D
Black with #04321D
Text Example
Text Example
White with #04321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04321D; }
p { color: rgb(4,50,29); }
H1.HeaderClassName
{
color: #04321D;
}
.AnyTagClassName
{
color: #04321D;
}
</style>
background-color css
<style>
a { background-color: #04321D; }
a { background-color: rgb(4,50,29); }
div.DivClassName
{
background-color: #04321D;
}
.BgClassName
{
background-color: #04321D;
}
</style>
border-color css
<style>
span { border-color: #04321D; }
span { border-color: rgb(4,50,29); }
td.TdClassName
{
border-color: #04321D;
}
.TagClassName
{
border-color: #04321D;
}
</style>