Shades of Dark Green #04381E
Tints of Dark Green #04381E
RGB
CMYK
RGB Variations
Color information
#04381E (or 0x04381E) is known color: Dark Green. HEX triplet: 04, 38 and 1E. RGB value is (4,56,30). Sum of RGB (Red+Green+Blue) = 4+56+30=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #04381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04381E is #FBC7E1. Grayscale: #252525. Windows color (decimal): -16500706 or 1980420. OLE color: 1980420.
HSL color Cylindrical-coordinate representation of color #04381E: hue angle of 150º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04381E is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 56 | 30 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.78 |
| HSL | 150º | 0.87% | 0.12% | - |
| HSV(B) | 150º | 0.93% | 0.22% | - |
| XYZ | 1.7 | 2.95 | 1.71 | - |
| YUV | 37.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 30 | 0.93 | 0 | 0.46 | 0.78 | 150 | 0.87 | 0.12 |
| Hex | 4 | 38 | 1E | 5D | 0 | 2E | 4E | 96 | 57 | C |
| Octal | 4 | 70 | 36 | 135 | 0 | 56 | 116 | 226 | 127 | 14 |
| Binary | 100 | 111000 | 11110 | 1011101 | 0 | 101110 | 1001110 | 10010110 | 1010111 | 1100 |
Color Harmonies of #04381E
Complementary color
Monochromatic Colors of #04381E
Black with #04381E
Text Example
Text Example
White with #04381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04381E; }
p { color: rgb(4,56,30); }
H1.HeaderClassName
{
color: #04381E;
}
.AnyTagClassName
{
color: #04381E;
}
</style>
background-color css
<style>
a { background-color: #04381E; }
a { background-color: rgb(4,56,30); }
div.DivClassName
{
background-color: #04381E;
}
.BgClassName
{
background-color: #04381E;
}
</style>
border-color css
<style>
span { border-color: #04381E; }
span { border-color: rgb(4,56,30); }
td.TdClassName
{
border-color: #04381E;
}
.TagClassName
{
border-color: #04381E;
}
</style>