Shades of Dark Green #04341A
Tints of Dark Green #04341A
RGB
CMYK
RGB Variations
Color information
#04341A (or 0x04341A) is known color: Dark Green. HEX triplet: 04, 34 and 1A. RGB value is (4,52,26). Sum of RGB (Red+Green+Blue) = 4+52+26=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #04341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04341A is #FBCBE5. Grayscale: #222222. Windows color (decimal): -16501734 or 1717252. OLE color: 1717252.
HSL color Cylindrical-coordinate representation of color #04341A: hue angle of 147.5º 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 #04341A is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 52 | 26 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.80 |
| HSL | 147.5º | 0.86% | 0.11% | - |
| HSV(B) | 147.5º | 0.92% | 0.2% | - |
| XYZ | 1.46 | 2.56 | 1.39 | - |
| YUV | 34.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 52 | 26 | 0.92 | 0 | 0.50 | 0.80 | 147.5 | 0.86 | 0.11 |
| Hex | 4 | 34 | 1A | 5C | 0 | 32 | 50 | 94 | 56 | B |
| Octal | 4 | 64 | 32 | 134 | 0 | 62 | 120 | 224 | 126 | 13 |
| Binary | 100 | 110100 | 11010 | 1011100 | 0 | 110010 | 1010000 | 10010100 | 1010110 | 1011 |
Color Harmonies of #04341A
Complementary color
Monochromatic Colors of #04341A
Black with #04341A
Text Example
Text Example
White with #04341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04341A; }
p { color: rgb(4,52,26); }
H1.HeaderClassName
{
color: #04341A;
}
.AnyTagClassName
{
color: #04341A;
}
</style>
background-color css
<style>
a { background-color: #04341A; }
a { background-color: rgb(4,52,26); }
div.DivClassName
{
background-color: #04341A;
}
.BgClassName
{
background-color: #04341A;
}
</style>
border-color css
<style>
span { border-color: #04341A; }
span { border-color: rgb(4,52,26); }
td.TdClassName
{
border-color: #04341A;
}
.TagClassName
{
border-color: #04341A;
}
</style>