Shades of Dark Green #04351D
Tints of Dark Green #04351D
RGB
CMYK
RGB Variations
Color information
#04351D (or 0x04351D) is known color: Dark Green. HEX triplet: 04, 35 and 1D. RGB value is (4,53,29). Sum of RGB (Red+Green+Blue) = 4+53+29=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 53 (21.09% from 255 or 61.63% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 53 - color contains mainly: green. Hex color #04351D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04351D is #FBCAE2. Grayscale: #232323. Windows color (decimal): -16501475 or 1914116. OLE color: 1914116.
HSL color Cylindrical-coordinate representation of color #04351D: hue angle of 150.61º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04351D is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 29 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.79 |
| HSL | 150.61º | 0.86% | 0.11% | - |
| HSV(B) | 150.61º | 0.92% | 0.21% | - |
| XYZ | 1.54 | 2.66 | 1.59 | - |
| YUV | 35.61 | 124.27 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 29 | 0.92 | 0 | 0.45 | 0.79 | 150.61 | 0.86 | 0.11 |
| Hex | 4 | 35 | 1D | 5C | 0 | 2D | 4F | 97 | 56 | B |
| Octal | 4 | 65 | 35 | 134 | 0 | 55 | 117 | 227 | 126 | 13 |
| Binary | 100 | 110101 | 11101 | 1011100 | 0 | 101101 | 1001111 | 10010111 | 1010110 | 1011 |
Color Harmonies of #04351D
Complementary color
Monochromatic Colors of #04351D
Black with #04351D
Text Example
Text Example
White with #04351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04351D; }
p { color: rgb(4,53,29); }
H1.HeaderClassName
{
color: #04351D;
}
.AnyTagClassName
{
color: #04351D;
}
</style>
background-color css
<style>
a { background-color: #04351D; }
a { background-color: rgb(4,53,29); }
div.DivClassName
{
background-color: #04351D;
}
.BgClassName
{
background-color: #04351D;
}
</style>
border-color css
<style>
span { border-color: #04351D; }
span { border-color: rgb(4,53,29); }
td.TdClassName
{
border-color: #04351D;
}
.TagClassName
{
border-color: #04351D;
}
</style>