Shades of Dark Green #04362D
Tints of Dark Green #04362D
RGB
CMYK
RGB Variations
Color information
#04362D (or 0x04362D) is known color: Dark Green. HEX triplet: 04, 36 and 2D. RGB value is (4,54,45). Sum of RGB (Red+Green+Blue) = 4+54+45=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 54 (21.48% from 255 or 52.43% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 54 - color contains mainly: green. Hex color #04362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04362D is #FBC9D2. Grayscale: #262626. Windows color (decimal): -16501203 or 2962948. OLE color: 2962948.
HSL color Cylindrical-coordinate representation of color #04362D: hue angle of 169.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04362D is Cyan = 0.93, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 54 | 45 | - |
| CMYK | 0.93 | 0 | 0.17 | 0.79 |
| HSL | 169.2º | 0.86% | 0.11% | - |
| HSV(B) | 169.2º | 0.93% | 0.21% | - |
| XYZ | 1.84 | 2.85 | 2.94 | - |
| YUV | 38.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 45 | 0.93 | 0 | 0.17 | 0.79 | 169.2 | 0.86 | 0.11 |
| Hex | 4 | 36 | 2D | 5D | 0 | 11 | 4F | A9 | 56 | B |
| Octal | 4 | 66 | 55 | 135 | 0 | 21 | 117 | 251 | 126 | 13 |
| Binary | 100 | 110110 | 101101 | 1011101 | 0 | 10001 | 1001111 | 10101001 | 1010110 | 1011 |
Color Harmonies of #04362D
Complementary color
Monochromatic Colors of #04362D
Black with #04362D
Text Example
Text Example
White with #04362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04362D; }
p { color: rgb(4,54,45); }
H1.HeaderClassName
{
color: #04362D;
}
.AnyTagClassName
{
color: #04362D;
}
</style>
background-color css
<style>
a { background-color: #04362D; }
a { background-color: rgb(4,54,45); }
div.DivClassName
{
background-color: #04362D;
}
.BgClassName
{
background-color: #04362D;
}
</style>
border-color css
<style>
span { border-color: #04362D; }
span { border-color: rgb(4,54,45); }
td.TdClassName
{
border-color: #04362D;
}
.TagClassName
{
border-color: #04362D;
}
</style>