Shades of Dark Green #04341C
Tints of Dark Green #04341C
RGB
CMYK
RGB Variations
Color information
#04341C (or 0x04341C) is known color: Dark Green. HEX triplet: 04, 34 and 1C. RGB value is (4,52,28). Sum of RGB (Red+Green+Blue) = 4+52+28=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #04341C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341C is #FBCBE3. Grayscale: #222222. Windows color (decimal): -16501732 or 1848324. OLE color: 1848324.
HSL color Cylindrical-coordinate representation of color #04341C: hue angle of 150º 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 #04341C is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 28 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.80 |
| HSL | 150º | 0.86% | 0.11% | - |
| HSV(B) | 150º | 0.92% | 0.2% | - |
| XYZ | 1.49 | 2.57 | 1.52 | - |
| YUV | 34.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 28 | 0.92 | 0 | 0.46 | 0.80 | 150 | 0.86 | 0.11 |
| Hex | 4 | 34 | 1C | 5C | 0 | 2E | 50 | 96 | 56 | B |
| Octal | 4 | 64 | 34 | 134 | 0 | 56 | 120 | 226 | 126 | 13 |
| Binary | 100 | 110100 | 11100 | 1011100 | 0 | 101110 | 1010000 | 10010110 | 1010110 | 1011 |
Color Harmonies of #04341C
Complementary color
Monochromatic Colors of #04341C
Black with #04341C
Text Example
Text Example
White with #04341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04341C; }
p { color: rgb(4,52,28); }
H1.HeaderClassName
{
color: #04341C;
}
.AnyTagClassName
{
color: #04341C;
}
</style>
background-color css
<style>
a { background-color: #04341C; }
a { background-color: rgb(4,52,28); }
div.DivClassName
{
background-color: #04341C;
}
.BgClassName
{
background-color: #04341C;
}
</style>
border-color css
<style>
span { border-color: #04341C; }
span { border-color: rgb(4,52,28); }
td.TdClassName
{
border-color: #04341C;
}
.TagClassName
{
border-color: #04341C;
}
</style>