Shades of Dark Green #05362D
Tints of Dark Green #05362D
RGB
CMYK
RGB Variations
Color information
#05362D (or 0x05362D) is known color: Dark Green. HEX triplet: 05, 36 and 2D. RGB value is (5,54,45). Sum of RGB (Red+Green+Blue) = 5+54+45=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #05362D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05362D is #FAC9D2. Grayscale: #262626. Windows color (decimal): -16435667 or 2962949. OLE color: 2962949.
HSL color Cylindrical-coordinate representation of color #05362D: hue angle of 168.98º 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 #05362D is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 54 | 45 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.79 |
| HSL | 168.98º | 0.83% | 0.12% | - |
| HSV(B) | 168.98º | 0.91% | 0.21% | - |
| XYZ | 1.86 | 2.86 | 2.94 | - |
| YUV | 38.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 54 | 45 | 0.91 | 0 | 0.17 | 0.79 | 168.98 | 0.83 | 0.12 |
| Hex | 5 | 36 | 2D | 5B | 0 | 11 | 4F | A9 | 53 | C |
| Octal | 5 | 66 | 55 | 133 | 0 | 21 | 117 | 251 | 123 | 14 |
| Binary | 101 | 110110 | 101101 | 1011011 | 0 | 10001 | 1001111 | 10101001 | 1010011 | 1100 |
Color Harmonies of #05362D
Complementary color
Monochromatic Colors of #05362D
Black with #05362D
Text Example
Text Example
White with #05362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05362D; }
p { color: rgb(5,54,45); }
H1.HeaderClassName
{
color: #05362D;
}
.AnyTagClassName
{
color: #05362D;
}
</style>
background-color css
<style>
a { background-color: #05362D; }
a { background-color: rgb(5,54,45); }
div.DivClassName
{
background-color: #05362D;
}
.BgClassName
{
background-color: #05362D;
}
</style>
border-color css
<style>
span { border-color: #05362D; }
span { border-color: rgb(5,54,45); }
td.TdClassName
{
border-color: #05362D;
}
.TagClassName
{
border-color: #05362D;
}
</style>