Shades of Dark Green #05321F
Tints of Dark Green #05321F
RGB
CMYK
RGB Variations
Color information
#05321F (or 0x05321F) is known color: Dark Green. HEX triplet: 05, 32 and 1F. RGB value is (5,50,31). Sum of RGB (Red+Green+Blue) = 5+50+31=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 50 (19.92% from 255 or 58.14% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 50 - color contains mainly: green. Hex color #05321F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05321F is #FACDE0. Grayscale: #222222. Windows color (decimal): -16436705 or 2044421. OLE color: 2044421.
HSL color Cylindrical-coordinate representation of color #05321F: hue angle of 154.67º 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 #05321F is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 31 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.80 |
| HSL | 154.67º | 0.82% | 0.11% | - |
| HSV(B) | 154.67º | 0.9% | 0.2% | - |
| XYZ | 1.45 | 2.41 | 1.69 | - |
| YUV | 34.38 | 126.09 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 31 | 0.90 | 0 | 0.38 | 0.80 | 154.67 | 0.82 | 0.11 |
| Hex | 5 | 32 | 1F | 5A | 0 | 26 | 50 | 9B | 52 | B |
| Octal | 5 | 62 | 37 | 132 | 0 | 46 | 120 | 233 | 122 | 13 |
| Binary | 101 | 110010 | 11111 | 1011010 | 0 | 100110 | 1010000 | 10011011 | 1010010 | 1011 |
Color Harmonies of #05321F
Complementary color
Monochromatic Colors of #05321F
Black with #05321F
Text Example
Text Example
White with #05321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05321F; }
p { color: rgb(5,50,31); }
H1.HeaderClassName
{
color: #05321F;
}
.AnyTagClassName
{
color: #05321F;
}
</style>
background-color css
<style>
a { background-color: #05321F; }
a { background-color: rgb(5,50,31); }
div.DivClassName
{
background-color: #05321F;
}
.BgClassName
{
background-color: #05321F;
}
</style>
border-color css
<style>
span { border-color: #05321F; }
span { border-color: rgb(5,50,31); }
td.TdClassName
{
border-color: #05321F;
}
.TagClassName
{
border-color: #05321F;
}
</style>