Shades of Dark Green #04341B
Tints of Dark Green #04341B
RGB
CMYK
RGB Variations
Color information
#04341B (or 0x04341B) is known color: Dark Green. HEX triplet: 04, 34 and 1B. RGB value is (4,52,27). Sum of RGB (Red+Green+Blue) = 4+52+27=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #04341B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341B is #FBCBE4. Grayscale: #222222. Windows color (decimal): -16501733 or 1782788. OLE color: 1782788.
HSL color Cylindrical-coordinate representation of color #04341B: hue angle of 148.75º degrees, saturation: 0.86, 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 #04341B is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 27 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.80 |
| HSL | 148.75º | 0.86% | 0.11% | - |
| HSV(B) | 148.75º | 0.92% | 0.2% | - |
| XYZ | 1.48 | 2.56 | 1.45 | - |
| YUV | 34.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 27 | 0.92 | 0 | 0.48 | 0.80 | 148.75 | 0.86 | 0.11 |
| Hex | 4 | 34 | 1B | 5C | 0 | 30 | 50 | 95 | 56 | B |
| Octal | 4 | 64 | 33 | 134 | 0 | 60 | 120 | 225 | 126 | 13 |
| Binary | 100 | 110100 | 11011 | 1011100 | 0 | 110000 | 1010000 | 10010101 | 1010110 | 1011 |
Color Harmonies of #04341B
Complementary color
Monochromatic Colors of #04341B
Black with #04341B
Text Example
Text Example
White with #04341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04341B; }
p { color: rgb(4,52,27); }
H1.HeaderClassName
{
color: #04341B;
}
.AnyTagClassName
{
color: #04341B;
}
</style>
background-color css
<style>
a { background-color: #04341B; }
a { background-color: rgb(4,52,27); }
div.DivClassName
{
background-color: #04341B;
}
.BgClassName
{
background-color: #04341B;
}
</style>
border-color css
<style>
span { border-color: #04341B; }
span { border-color: rgb(4,52,27); }
td.TdClassName
{
border-color: #04341B;
}
.TagClassName
{
border-color: #04341B;
}
</style>