Shades of Dark Green #05321A
Tints of Dark Green #05321A
RGB
CMYK
RGB Variations
Color information
#05321A (or 0x05321A) is known color: Dark Green. HEX triplet: 05, 32 and 1A. RGB value is (5,50,26). Sum of RGB (Red+Green+Blue) = 5+50+26=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 50 (19.92% from 255 or 61.73% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 50 - color contains mainly: green. Hex color #05321A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321A is #FACDE5. Grayscale: #212121. Windows color (decimal): -16436710 or 1716741. OLE color: 1716741.
HSL color Cylindrical-coordinate representation of color #05321A: hue angle of 148º 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 #05321A is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 26 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.80 |
| HSL | 148º | 0.82% | 0.11% | - |
| HSV(B) | 148º | 0.9% | 0.2% | - |
| XYZ | 1.39 | 2.39 | 1.36 | - |
| YUV | 33.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 26 | 0.90 | 0 | 0.48 | 0.80 | 148 | 0.82 | 0.11 |
| Hex | 5 | 32 | 1A | 5A | 0 | 30 | 50 | 94 | 52 | B |
| Octal | 5 | 62 | 32 | 132 | 0 | 60 | 120 | 224 | 122 | 13 |
| Binary | 101 | 110010 | 11010 | 1011010 | 0 | 110000 | 1010000 | 10010100 | 1010010 | 1011 |
Color Harmonies of #05321A
Complementary color
Monochromatic Colors of #05321A
Black with #05321A
Text Example
Text Example
White with #05321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05321A; }
p { color: rgb(5,50,26); }
H1.HeaderClassName
{
color: #05321A;
}
.AnyTagClassName
{
color: #05321A;
}
</style>
background-color css
<style>
a { background-color: #05321A; }
a { background-color: rgb(5,50,26); }
div.DivClassName
{
background-color: #05321A;
}
.BgClassName
{
background-color: #05321A;
}
</style>
border-color css
<style>
span { border-color: #05321A; }
span { border-color: rgb(5,50,26); }
td.TdClassName
{
border-color: #05321A;
}
.TagClassName
{
border-color: #05321A;
}
</style>