Shades of Dark Green #05352E
Tints of Dark Green #05352E
RGB
CMYK
RGB Variations
Color information
#05352E (or 0x05352E) is known color: Dark Green. HEX triplet: 05, 35 and 2E. RGB value is (5,53,46). Sum of RGB (Red+Green+Blue) = 5+53+46=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 53 (21.09% from 255 or 50.96% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 53 - color contains mainly: green. Hex color #05352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05352E is #FACAD1. Grayscale: #252525. Windows color (decimal): -16435922 or 3028229. OLE color: 3028229.
HSL color Cylindrical-coordinate representation of color #05352E: hue angle of 171.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05352E is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 46 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.79 |
| HSL | 171.25º | 0.83% | 0.11% | - |
| HSV(B) | 171.25º | 0.91% | 0.21% | - |
| XYZ | 1.83 | 2.78 | 3.02 | - |
| YUV | 37.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 46 | 0.91 | 0 | 0.13 | 0.79 | 171.25 | 0.83 | 0.11 |
| Hex | 5 | 35 | 2E | 5B | 0 | D | 4F | AB | 53 | B |
| Octal | 5 | 65 | 56 | 133 | 0 | 15 | 117 | 253 | 123 | 13 |
| Binary | 101 | 110101 | 101110 | 1011011 | 0 | 1101 | 1001111 | 10101011 | 1010011 | 1011 |
Color Harmonies of #05352E
Complementary color
Monochromatic Colors of #05352E
Black with #05352E
Text Example
Text Example
White with #05352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05352E; }
p { color: rgb(5,53,46); }
H1.HeaderClassName
{
color: #05352E;
}
.AnyTagClassName
{
color: #05352E;
}
</style>
background-color css
<style>
a { background-color: #05352E; }
a { background-color: rgb(5,53,46); }
div.DivClassName
{
background-color: #05352E;
}
.BgClassName
{
background-color: #05352E;
}
</style>
border-color css
<style>
span { border-color: #05352E; }
span { border-color: rgb(5,53,46); }
td.TdClassName
{
border-color: #05352E;
}
.TagClassName
{
border-color: #05352E;
}
</style>