Shades of Dark Green #05371E
Tints of Dark Green #05371E
RGB
CMYK
RGB Variations
Color information
#05371E (or 0x05371E) is known color: Dark Green. HEX triplet: 05, 37 and 1E. RGB value is (5,55,30). Sum of RGB (Red+Green+Blue) = 5+55+30=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #05371E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05371E is #FAC8E1. Grayscale: #252525. Windows color (decimal): -16435426 or 1980165. OLE color: 1980165.
HSL color Cylindrical-coordinate representation of color #05371E: hue angle of 150º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05371E is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 30 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.78 |
| HSL | 150º | 0.83% | 0.12% | - |
| HSV(B) | 150º | 0.91% | 0.22% | - |
| XYZ | 1.66 | 2.86 | 1.69 | - |
| YUV | 37.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 30 | 0.91 | 0 | 0.45 | 0.78 | 150 | 0.83 | 0.12 |
| Hex | 5 | 37 | 1E | 5B | 0 | 2D | 4E | 96 | 53 | C |
| Octal | 5 | 67 | 36 | 133 | 0 | 55 | 116 | 226 | 123 | 14 |
| Binary | 101 | 110111 | 11110 | 1011011 | 0 | 101101 | 1001110 | 10010110 | 1010011 | 1100 |
Color Harmonies of #05371E
Complementary color
Monochromatic Colors of #05371E
Black with #05371E
Text Example
Text Example
White with #05371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05371E; }
p { color: rgb(5,55,30); }
H1.HeaderClassName
{
color: #05371E;
}
.AnyTagClassName
{
color: #05371E;
}
</style>
background-color css
<style>
a { background-color: #05371E; }
a { background-color: rgb(5,55,30); }
div.DivClassName
{
background-color: #05371E;
}
.BgClassName
{
background-color: #05371E;
}
</style>
border-color css
<style>
span { border-color: #05371E; }
span { border-color: rgb(5,55,30); }
td.TdClassName
{
border-color: #05371E;
}
.TagClassName
{
border-color: #05371E;
}
</style>