Shades of Dark Green #053729
Tints of Dark Green #053729
RGB
CMYK
RGB Variations
Color information
#053729 (or 0x053729) is known color: Dark Green. HEX triplet: 05, 37 and 29. RGB value is (5,55,41). Sum of RGB (Red+Green+Blue) = 5+55+41=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #053729 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053729 is #FAC8D6. Grayscale: #262626. Windows color (decimal): -16435415 or 2701061. OLE color: 2701061.
HSL color Cylindrical-coordinate representation of color #053729: hue angle of 163.2º degrees, saturation: 0.83, 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 #053729 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 41 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.78 |
| HSL | 163.2º | 0.83% | 0.12% | - |
| HSV(B) | 163.2º | 0.91% | 0.22% | - |
| XYZ | 1.83 | 2.92 | 2.57 | - |
| YUV | 38.45 | 129.44 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 41 | 0.91 | 0 | 0.25 | 0.78 | 163.2 | 0.83 | 0.12 |
| Hex | 5 | 37 | 29 | 5B | 0 | 19 | 4E | A3 | 53 | C |
| Octal | 5 | 67 | 51 | 133 | 0 | 31 | 116 | 243 | 123 | 14 |
| Binary | 101 | 110111 | 101001 | 1011011 | 0 | 11001 | 1001110 | 10100011 | 1010011 | 1100 |
Color Harmonies of #053729
Complementary color
Monochromatic Colors of #053729
Black with #053729
Text Example
Text Example
White with #053729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053729; }
p { color: rgb(5,55,41); }
H1.HeaderClassName
{
color: #053729;
}
.AnyTagClassName
{
color: #053729;
}
</style>
background-color css
<style>
a { background-color: #053729; }
a { background-color: rgb(5,55,41); }
div.DivClassName
{
background-color: #053729;
}
.BgClassName
{
background-color: #053729;
}
</style>
border-color css
<style>
span { border-color: #053729; }
span { border-color: rgb(5,55,41); }
td.TdClassName
{
border-color: #053729;
}
.TagClassName
{
border-color: #053729;
}
</style>