Shades of Dark Green #04351B
Tints of Dark Green #04351B
RGB
CMYK
RGB Variations
Color information
#04351B (or 0x04351B) is known color: Dark Green. HEX triplet: 04, 35 and 1B. RGB value is (4,53,27). Sum of RGB (Red+Green+Blue) = 4+53+27=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 53 (21.09% from 255 or 63.10% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 53 - color contains mainly: green. Hex color #04351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04351B is #FBCAE4. Grayscale: #232323. Windows color (decimal): -16501477 or 1783044. OLE color: 1783044.
HSL color Cylindrical-coordinate representation of color #04351B: hue angle of 148.16º 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 #04351B is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 4 | 53 | 27 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.79 |
| HSL | 148.16º | 0.86% | 0.11% | - |
| HSV(B) | 148.16º | 0.92% | 0.21% | - |
| XYZ | 1.52 | 2.65 | 1.47 | - |
| YUV | 35.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 27 | 0.92 | 0 | 0.49 | 0.79 | 148.16 | 0.86 | 0.11 |
| Hex | 4 | 35 | 1B | 5C | 0 | 31 | 4F | 94 | 56 | B |
| Octal | 4 | 65 | 33 | 134 | 0 | 61 | 117 | 224 | 126 | 13 |
| Binary | 100 | 110101 | 11011 | 1011100 | 0 | 110001 | 1001111 | 10010100 | 1010110 | 1011 |
Color Harmonies of #04351B
Complementary color
Monochromatic Colors of #04351B
Black with #04351B
Text Example
Text Example
White with #04351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04351B; }
p { color: rgb(4,53,27); }
H1.HeaderClassName
{
color: #04351B;
}
.AnyTagClassName
{
color: #04351B;
}
</style>
background-color css
<style>
a { background-color: #04351B; }
a { background-color: rgb(4,53,27); }
div.DivClassName
{
background-color: #04351B;
}
.BgClassName
{
background-color: #04351B;
}
</style>
border-color css
<style>
span { border-color: #04351B; }
span { border-color: rgb(4,53,27); }
td.TdClassName
{
border-color: #04351B;
}
.TagClassName
{
border-color: #04351B;
}
</style>