Shades of Dark Green #053123
Tints of Dark Green #053123
RGB
CMYK
RGB Variations
Color information
#053123 (or 0x053123) is known color: Dark Green. HEX triplet: 05, 31 and 23. RGB value is (5,49,35). Sum of RGB (Red+Green+Blue) = 5+49+35=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 49 (19.53% from 255 or 55.06% from 89); Blue value is 35 (14.06% from 255 or 39.33% from 89); Max value from RGB is 49 - color contains mainly: green. Hex color #053123 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053123 is #FACEDC. Grayscale: #222222. Windows color (decimal): -16436957 or 2306309. OLE color: 2306309.
HSL color Cylindrical-coordinate representation of color #053123: hue angle of 160.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053123 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 49 | 35 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.81 |
| HSL | 160.91º | 0.81% | 0.11% | - |
| HSV(B) | 160.91º | 0.9% | 0.19% | - |
| XYZ | 1.46 | 2.35 | 1.97 | - |
| YUV | 34.25 | 128.42 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 49 | 35 | 0.90 | 0 | 0.29 | 0.81 | 160.91 | 0.81 | 0.11 |
| Hex | 5 | 31 | 23 | 5A | 0 | 1D | 51 | A1 | 51 | B |
| Octal | 5 | 61 | 43 | 132 | 0 | 35 | 121 | 241 | 121 | 13 |
| Binary | 101 | 110001 | 100011 | 1011010 | 0 | 11101 | 1010001 | 10100001 | 1010001 | 1011 |
Color Harmonies of #053123
Complementary color
Monochromatic Colors of #053123
Black with #053123
Text Example
Text Example
White with #053123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053123; }
p { color: rgb(5,49,35); }
H1.HeaderClassName
{
color: #053123;
}
.AnyTagClassName
{
color: #053123;
}
</style>
background-color css
<style>
a { background-color: #053123; }
a { background-color: rgb(5,49,35); }
div.DivClassName
{
background-color: #053123;
}
.BgClassName
{
background-color: #053123;
}
</style>
border-color css
<style>
span { border-color: #053123; }
span { border-color: rgb(5,49,35); }
td.TdClassName
{
border-color: #053123;
}
.TagClassName
{
border-color: #053123;
}
</style>