Shades of Dark Green #053427
Tints of Dark Green #053427
RGB
CMYK
RGB Variations
Color information
#053427 (or 0x053427) is known color: Dark Green. HEX triplet: 05, 34 and 27. RGB value is (5,52,39). Sum of RGB (Red+Green+Blue) = 5+52+39=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 52 (20.70% from 255 or 54.17% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 52 - color contains mainly: green. Hex color #053427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053427 is #FACBD8. Grayscale: #242424. Windows color (decimal): -16436185 or 2569221. OLE color: 2569221.
HSL color Cylindrical-coordinate representation of color #053427: hue angle of 163.4º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053427 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 39 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.80 |
| HSL | 163.4º | 0.82% | 0.11% | - |
| HSV(B) | 163.4º | 0.9% | 0.2% | - |
| XYZ | 1.66 | 2.63 | 2.34 | - |
| YUV | 36.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 39 | 0.90 | 0 | 0.25 | 0.80 | 163.4 | 0.82 | 0.11 |
| Hex | 5 | 34 | 27 | 5A | 0 | 19 | 50 | A3 | 52 | B |
| Octal | 5 | 64 | 47 | 132 | 0 | 31 | 120 | 243 | 122 | 13 |
| Binary | 101 | 110100 | 100111 | 1011010 | 0 | 11001 | 1010000 | 10100011 | 1010010 | 1011 |
Color Harmonies of #053427
Complementary color
Monochromatic Colors of #053427
Black with #053427
Text Example
Text Example
White with #053427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053427; }
p { color: rgb(5,52,39); }
H1.HeaderClassName
{
color: #053427;
}
.AnyTagClassName
{
color: #053427;
}
</style>
background-color css
<style>
a { background-color: #053427; }
a { background-color: rgb(5,52,39); }
div.DivClassName
{
background-color: #053427;
}
.BgClassName
{
background-color: #053427;
}
</style>
border-color css
<style>
span { border-color: #053427; }
span { border-color: rgb(5,52,39); }
td.TdClassName
{
border-color: #053427;
}
.TagClassName
{
border-color: #053427;
}
</style>