Shades of Dark Green #05372B
Tints of Dark Green #05372B
RGB
CMYK
RGB Variations
Color information
#05372B (or 0x05372B) is known color: Dark Green. HEX triplet: 05, 37 and 2B. RGB value is (5,55,43). Sum of RGB (Red+Green+Blue) = 5+55+43=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #05372B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05372B is #FAC8D4. Grayscale: #262626. Windows color (decimal): -16435413 or 2832133. OLE color: 2832133.
HSL color Cylindrical-coordinate representation of color #05372B: hue angle of 165.6º 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 #05372B is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 55 | 43 | - |
| CMYK | 0.91 | 0 | 0.22 | 0.78 |
| HSL | 165.6º | 0.83% | 0.12% | - |
| HSV(B) | 165.6º | 0.91% | 0.22% | - |
| XYZ | 1.86 | 2.94 | 2.75 | - |
| YUV | 38.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 55 | 43 | 0.91 | 0 | 0.22 | 0.78 | 165.6 | 0.83 | 0.12 |
| Hex | 5 | 37 | 2B | 5B | 0 | 16 | 4E | A6 | 53 | C |
| Octal | 5 | 67 | 53 | 133 | 0 | 26 | 116 | 246 | 123 | 14 |
| Binary | 101 | 110111 | 101011 | 1011011 | 0 | 10110 | 1001110 | 10100110 | 1010011 | 1100 |
Color Harmonies of #05372B
Complementary color
Monochromatic Colors of #05372B
Black with #05372B
Text Example
Text Example
White with #05372B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05372B; }
p { color: rgb(5,55,43); }
H1.HeaderClassName
{
color: #05372B;
}
.AnyTagClassName
{
color: #05372B;
}
</style>
background-color css
<style>
a { background-color: #05372B; }
a { background-color: rgb(5,55,43); }
div.DivClassName
{
background-color: #05372B;
}
.BgClassName
{
background-color: #05372B;
}
</style>
border-color css
<style>
span { border-color: #05372B; }
span { border-color: rgb(5,55,43); }
td.TdClassName
{
border-color: #05372B;
}
.TagClassName
{
border-color: #05372B;
}
</style>