Shades of Dark Green #05371A
Tints of Dark Green #05371A
RGB
CMYK
RGB Variations
Color information
#05371A (or 0x05371A) is known color: Dark Green. HEX triplet: 05, 37 and 1A. RGB value is (5,55,26). Sum of RGB (Red+Green+Blue) = 5+55+26=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 55 (21.88% from 255 or 63.95% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 55 - color contains mainly: green. Hex color #05371A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05371A is #FAC8E5. Grayscale: #242424. Windows color (decimal): -16435430 or 1718021. OLE color: 1718021.
HSL color Cylindrical-coordinate representation of color #05371A: hue angle of 145.2º 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 #05371A is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 26 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.78 |
| HSL | 145.2º | 0.83% | 0.12% | - |
| HSV(B) | 145.2º | 0.91% | 0.22% | - |
| XYZ | 1.62 | 2.84 | 1.44 | - |
| YUV | 36.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 26 | 0.91 | 0 | 0.53 | 0.78 | 145.2 | 0.83 | 0.12 |
| Hex | 5 | 37 | 1A | 5B | 0 | 35 | 4E | 91 | 53 | C |
| Octal | 5 | 67 | 32 | 133 | 0 | 65 | 116 | 221 | 123 | 14 |
| Binary | 101 | 110111 | 11010 | 1011011 | 0 | 110101 | 1001110 | 10010001 | 1010011 | 1100 |
Color Harmonies of #05371A
Complementary color
Monochromatic Colors of #05371A
Black with #05371A
Text Example
Text Example
White with #05371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05371A; }
p { color: rgb(5,55,26); }
H1.HeaderClassName
{
color: #05371A;
}
.AnyTagClassName
{
color: #05371A;
}
</style>
background-color css
<style>
a { background-color: #05371A; }
a { background-color: rgb(5,55,26); }
div.DivClassName
{
background-color: #05371A;
}
.BgClassName
{
background-color: #05371A;
}
</style>
border-color css
<style>
span { border-color: #05371A; }
span { border-color: rgb(5,55,26); }
td.TdClassName
{
border-color: #05371A;
}
.TagClassName
{
border-color: #05371A;
}
</style>