Shades of Dark Green #053929
Tints of Dark Green #053929
RGB
CMYK
RGB Variations
Color information
#053929 (or 0x053929) is known color: Dark Green. HEX triplet: 05, 39 and 29. RGB value is (5,57,41). Sum of RGB (Red+Green+Blue) = 5+57+41=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 41 (16.41% from 255 or 39.81% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #053929 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053929 is #FAC6D6. Grayscale: #272727. Windows color (decimal): -16434903 or 2701573. OLE color: 2701573.
HSL color Cylindrical-coordinate representation of color #053929: hue angle of 161.54º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053929 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 57 | 41 | - |
| CMYK | 0.91 | 0 | 0.28 | 0.78 |
| HSL | 161.54º | 0.84% | 0.12% | - |
| HSV(B) | 161.54º | 0.91% | 0.22% | - |
| XYZ | 1.93 | 3.12 | 2.6 | - |
| YUV | 39.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 41 | 0.91 | 0 | 0.28 | 0.78 | 161.54 | 0.84 | 0.12 |
| Hex | 5 | 39 | 29 | 5B | 0 | 1C | 4E | A2 | 54 | C |
| Octal | 5 | 71 | 51 | 133 | 0 | 34 | 116 | 242 | 124 | 14 |
| Binary | 101 | 111001 | 101001 | 1011011 | 0 | 11100 | 1001110 | 10100010 | 1010100 | 1100 |
Color Harmonies of #053929
Complementary color
Monochromatic Colors of #053929
Black with #053929
Text Example
Text Example
White with #053929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053929; }
p { color: rgb(5,57,41); }
H1.HeaderClassName
{
color: #053929;
}
.AnyTagClassName
{
color: #053929;
}
</style>
background-color css
<style>
a { background-color: #053929; }
a { background-color: rgb(5,57,41); }
div.DivClassName
{
background-color: #053929;
}
.BgClassName
{
background-color: #053929;
}
</style>
border-color css
<style>
span { border-color: #053929; }
span { border-color: rgb(5,57,41); }
td.TdClassName
{
border-color: #053929;
}
.TagClassName
{
border-color: #053929;
}
</style>