Shades of Dark Green #04362A
Tints of Dark Green #04362A
RGB
CMYK
RGB Variations
Color information
#04362A (or 0x04362A) is known color: Dark Green. HEX triplet: 04, 36 and 2A. RGB value is (4,54,42). Sum of RGB (Red+Green+Blue) = 4+54+42=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 54 (21.48% from 255 or 54% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 54 - color contains mainly: green. Hex color #04362A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04362A is #FBC9D5. Grayscale: #252525. Windows color (decimal): -16501206 or 2766340. OLE color: 2766340.
HSL color Cylindrical-coordinate representation of color #04362A: hue angle of 165.6º 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 #04362A is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 54 | 42 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.79 |
| HSL | 165.6º | 0.86% | 0.11% | - |
| HSV(B) | 165.6º | 0.93% | 0.21% | - |
| XYZ | 1.79 | 2.83 | 2.64 | - |
| YUV | 37.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 54 | 42 | 0.93 | 0 | 0.22 | 0.79 | 165.6 | 0.86 | 0.11 |
| Hex | 4 | 36 | 2A | 5D | 0 | 16 | 4F | A6 | 56 | B |
| Octal | 4 | 66 | 52 | 135 | 0 | 26 | 117 | 246 | 126 | 13 |
| Binary | 100 | 110110 | 101010 | 1011101 | 0 | 10110 | 1001111 | 10100110 | 1010110 | 1011 |
Color Harmonies of #04362A
Complementary color
Monochromatic Colors of #04362A
Black with #04362A
Text Example
Text Example
White with #04362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04362A; }
p { color: rgb(4,54,42); }
H1.HeaderClassName
{
color: #04362A;
}
.AnyTagClassName
{
color: #04362A;
}
</style>
background-color css
<style>
a { background-color: #04362A; }
a { background-color: rgb(4,54,42); }
div.DivClassName
{
background-color: #04362A;
}
.BgClassName
{
background-color: #04362A;
}
</style>
border-color css
<style>
span { border-color: #04362A; }
span { border-color: rgb(4,54,42); }
td.TdClassName
{
border-color: #04362A;
}
.TagClassName
{
border-color: #04362A;
}
</style>