Shades of Dark Green #05321D
Tints of Dark Green #05321D
RGB
CMYK
RGB Variations
Color information
#05321D (or 0x05321D) is known color: Dark Green. HEX triplet: 05, 32 and 1D. RGB value is (5,50,29). Sum of RGB (Red+Green+Blue) = 5+50+29=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #05321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321D is #FACDE2. Grayscale: #222222. Windows color (decimal): -16436707 or 1913349. OLE color: 1913349.
HSL color Cylindrical-coordinate representation of color #05321D: hue angle of 152º 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 #05321D is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 29 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.80 |
| HSL | 152º | 0.82% | 0.11% | - |
| HSV(B) | 152º | 0.9% | 0.2% | - |
| XYZ | 1.42 | 2.4 | 1.55 | - |
| YUV | 34.15 | 125.09 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 29 | 0.90 | 0 | 0.42 | 0.80 | 152 | 0.82 | 0.11 |
| Hex | 5 | 32 | 1D | 5A | 0 | 2A | 50 | 98 | 52 | B |
| Octal | 5 | 62 | 35 | 132 | 0 | 52 | 120 | 230 | 122 | 13 |
| Binary | 101 | 110010 | 11101 | 1011010 | 0 | 101010 | 1010000 | 10011000 | 1010010 | 1011 |
Color Harmonies of #05321D
Complementary color
Monochromatic Colors of #05321D
Black with #05321D
Text Example
Text Example
White with #05321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05321D; }
p { color: rgb(5,50,29); }
H1.HeaderClassName
{
color: #05321D;
}
.AnyTagClassName
{
color: #05321D;
}
</style>
background-color css
<style>
a { background-color: #05321D; }
a { background-color: rgb(5,50,29); }
div.DivClassName
{
background-color: #05321D;
}
.BgClassName
{
background-color: #05321D;
}
</style>
border-color css
<style>
span { border-color: #05321D; }
span { border-color: rgb(5,50,29); }
td.TdClassName
{
border-color: #05321D;
}
.TagClassName
{
border-color: #05321D;
}
</style>