Shades of Dark Green #043314
Tints of Dark Green #043314
RGB
CMYK
RGB Variations
Color information
#043314 (or 0x043314) is known color: Dark Green. HEX triplet: 04, 33 and 14. RGB value is (4,51,20). Sum of RGB (Red+Green+Blue) = 4+51+20=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #043314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043314 is #FBCCEB. Grayscale: #212121. Windows color (decimal): -16501996 or 1323780. OLE color: 1323780.
HSL color Cylindrical-coordinate representation of color #043314: hue angle of 140.43º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #043314 is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 4 | 51 | 20 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.8 |
| HSL | 140.43º | 0.85% | 0.11% | - |
| HSV(B) | 140.43º | 0.92% | 0.2% | - |
| XYZ | 1.36 | 2.44 | 1.06 | - |
| YUV | 33.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 20 | 0.92 | 0 | 0.61 | 0.8 | 140.43 | 0.85 | 0.11 |
| Hex | 4 | 33 | 14 | 5C | 0 | 3D | 50 | 8C | 55 | B |
| Octal | 4 | 63 | 24 | 134 | 0 | 75 | 120 | 214 | 125 | 13 |
| Binary | 100 | 110011 | 10100 | 1011100 | 0 | 111101 | 1010000 | 10001100 | 1010101 | 1011 |
Color Harmonies of #043314
Complementary color
Monochromatic Colors of #043314
Black with #043314
Text Example
Text Example
White with #043314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043314; }
p { color: rgb(4,51,20); }
H1.HeaderClassName
{
color: #043314;
}
.AnyTagClassName
{
color: #043314;
}
</style>
background-color css
<style>
a { background-color: #043314; }
a { background-color: rgb(4,51,20); }
div.DivClassName
{
background-color: #043314;
}
.BgClassName
{
background-color: #043314;
}
</style>
border-color css
<style>
span { border-color: #043314; }
span { border-color: rgb(4,51,20); }
td.TdClassName
{
border-color: #043314;
}
.TagClassName
{
border-color: #043314;
}
</style>