Shades of Dark Green #052614
Tints of Dark Green #052614
RGB
CMYK
RGB Variations
Color information
#052614 (or 0x052614) is known color: Dark Green. HEX triplet: 05, 26 and 14. RGB value is (5,38,20). Sum of RGB (Red+Green+Blue) = 5+38+20=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 38 (15.23% from 255 or 60.32% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 38 - color contains mainly: green. Hex color #052614 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052614 is #FAD9EB. Grayscale: #1A1A1A. Windows color (decimal): -16439788 or 1320453. OLE color: 1320453.
HSL color Cylindrical-coordinate representation of color #052614: hue angle of 147.27º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #052614 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 5 | 38 | 20 | - |
| CMYK | 0.87 | 0 | 0.47 | 0.85 |
| HSL | 147.27º | 0.77% | 0.08% | - |
| HSV(B) | 147.27º | 0.87% | 0.15% | - |
| XYZ | 0.88 | 1.47 | 0.9 | - |
| YUV | 26.08 | 124.57 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 20 | 0.87 | 0 | 0.47 | 0.85 | 147.27 | 0.77 | 0.08 |
| Hex | 5 | 26 | 14 | 57 | 0 | 2F | 55 | 93 | 4D | 8 |
| Octal | 5 | 46 | 24 | 127 | 0 | 57 | 125 | 223 | 115 | 10 |
| Binary | 101 | 100110 | 10100 | 1010111 | 0 | 101111 | 1010101 | 10010011 | 1001101 | 1000 |
Color Harmonies of #052614
Complementary color
Monochromatic Colors of #052614
Black with #052614
Text Example
Text Example
White with #052614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052614; }
p { color: rgb(5,38,20); }
H1.HeaderClassName
{
color: #052614;
}
.AnyTagClassName
{
color: #052614;
}
</style>
background-color css
<style>
a { background-color: #052614; }
a { background-color: rgb(5,38,20); }
div.DivClassName
{
background-color: #052614;
}
.BgClassName
{
background-color: #052614;
}
</style>
border-color css
<style>
span { border-color: #052614; }
span { border-color: rgb(5,38,20); }
td.TdClassName
{
border-color: #052614;
}
.TagClassName
{
border-color: #052614;
}
</style>