Shades of Dark Green #04321B
Tints of Dark Green #04321B
RGB
CMYK
RGB Variations
Color information
#04321B (or 0x04321B) is known color: Dark Green. HEX triplet: 04, 32 and 1B. RGB value is (4,50,27). Sum of RGB (Red+Green+Blue) = 4+50+27=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #04321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04321B is #FBCDE4. Grayscale: #212121. Windows color (decimal): -16502245 or 1782276. OLE color: 1782276.
HSL color Cylindrical-coordinate representation of color #04321B: hue angle of 150º 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 #04321B is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 27 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.80 |
| HSL | 150º | 0.85% | 0.11% | - |
| HSV(B) | 150º | 0.92% | 0.2% | - |
| XYZ | 1.39 | 2.39 | 1.42 | - |
| YUV | 33.62 | 124.26 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 27 | 0.92 | 0 | 0.46 | 0.80 | 150 | 0.85 | 0.11 |
| Hex | 4 | 32 | 1B | 5C | 0 | 2E | 50 | 96 | 55 | B |
| Octal | 4 | 62 | 33 | 134 | 0 | 56 | 120 | 226 | 125 | 13 |
| Binary | 100 | 110010 | 11011 | 1011100 | 0 | 101110 | 1010000 | 10010110 | 1010101 | 1011 |
Color Harmonies of #04321B
Complementary color
Monochromatic Colors of #04321B
Black with #04321B
Text Example
Text Example
White with #04321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04321B; }
p { color: rgb(4,50,27); }
H1.HeaderClassName
{
color: #04321B;
}
.AnyTagClassName
{
color: #04321B;
}
</style>
background-color css
<style>
a { background-color: #04321B; }
a { background-color: rgb(4,50,27); }
div.DivClassName
{
background-color: #04321B;
}
.BgClassName
{
background-color: #04321B;
}
</style>
border-color css
<style>
span { border-color: #04321B; }
span { border-color: rgb(4,50,27); }
td.TdClassName
{
border-color: #04321B;
}
.TagClassName
{
border-color: #04321B;
}
</style>