Shades of Dark Green #05362E
Tints of Dark Green #05362E
RGB
CMYK
RGB Variations
Color information
#05362E (or 0x05362E) is known color: Dark Green. HEX triplet: 05, 36 and 2E. RGB value is (5,54,46). Sum of RGB (Red+Green+Blue) = 5+54+46=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #05362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05362E is #FAC9D1. Grayscale: #262626. Windows color (decimal): -16435666 or 3028485. OLE color: 3028485.
HSL color Cylindrical-coordinate representation of color #05362E: hue angle of 170.2º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05362E is Cyan = 0.91, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 46 | - |
| CMYK | 0.91 | 0 | 0.15 | 0.79 |
| HSL | 170.2º | 0.83% | 0.12% | - |
| HSV(B) | 170.2º | 0.91% | 0.21% | - |
| XYZ | 1.87 | 2.87 | 3.04 | - |
| YUV | 38.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 46 | 0.91 | 0 | 0.15 | 0.79 | 170.2 | 0.83 | 0.12 |
| Hex | 5 | 36 | 2E | 5B | 0 | F | 4F | AA | 53 | C |
| Octal | 5 | 66 | 56 | 133 | 0 | 17 | 117 | 252 | 123 | 14 |
| Binary | 101 | 110110 | 101110 | 1011011 | 0 | 1111 | 1001111 | 10101010 | 1010011 | 1100 |
Color Harmonies of #05362E
Complementary color
Monochromatic Colors of #05362E
Black with #05362E
Text Example
Text Example
White with #05362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05362E; }
p { color: rgb(5,54,46); }
H1.HeaderClassName
{
color: #05362E;
}
.AnyTagClassName
{
color: #05362E;
}
</style>
background-color css
<style>
a { background-color: #05362E; }
a { background-color: rgb(5,54,46); }
div.DivClassName
{
background-color: #05362E;
}
.BgClassName
{
background-color: #05362E;
}
</style>
border-color css
<style>
span { border-color: #05362E; }
span { border-color: rgb(5,54,46); }
td.TdClassName
{
border-color: #05362E;
}
.TagClassName
{
border-color: #05362E;
}
</style>