Shades of Dark Green #05351B
Tints of Dark Green #05351B
RGB
CMYK
RGB Variations
Color information
#05351B (or 0x05351B) is known color: Dark Green. HEX triplet: 05, 35 and 1B. RGB value is (5,53,27). Sum of RGB (Red+Green+Blue) = 5+53+27=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 53 (21.09% from 255 or 62.35% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 53 - color contains mainly: green. Hex color #05351B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05351B is #FACAE4. Grayscale: #232323. Windows color (decimal): -16435941 or 1783045. OLE color: 1783045.
HSL color Cylindrical-coordinate representation of color #05351B: hue angle of 147.5º 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 #05351B is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 5 | 53 | 27 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.79 |
| HSL | 147.5º | 0.83% | 0.11% | - |
| HSV(B) | 147.5º | 0.91% | 0.21% | - |
| XYZ | 1.53 | 2.66 | 1.47 | - |
| YUV | 35.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 53 | 27 | 0.91 | 0 | 0.49 | 0.79 | 147.5 | 0.83 | 0.11 |
| Hex | 5 | 35 | 1B | 5B | 0 | 31 | 4F | 94 | 53 | B |
| Octal | 5 | 65 | 33 | 133 | 0 | 61 | 117 | 224 | 123 | 13 |
| Binary | 101 | 110101 | 11011 | 1011011 | 0 | 110001 | 1001111 | 10010100 | 1010011 | 1011 |
Color Harmonies of #05351B
Complementary color
Monochromatic Colors of #05351B
Black with #05351B
Text Example
Text Example
White with #05351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05351B; }
p { color: rgb(5,53,27); }
H1.HeaderClassName
{
color: #05351B;
}
.AnyTagClassName
{
color: #05351B;
}
</style>
background-color css
<style>
a { background-color: #05351B; }
a { background-color: rgb(5,53,27); }
div.DivClassName
{
background-color: #05351B;
}
.BgClassName
{
background-color: #05351B;
}
</style>
border-color css
<style>
span { border-color: #05351B; }
span { border-color: rgb(5,53,27); }
td.TdClassName
{
border-color: #05351B;
}
.TagClassName
{
border-color: #05351B;
}
</style>