Shades of Dark Green #05341A
Tints of Dark Green #05341A
RGB
CMYK
RGB Variations
Color information
#05341A (or 0x05341A) is known color: Dark Green. HEX triplet: 05, 34 and 1A. RGB value is (5,52,26). Sum of RGB (Red+Green+Blue) = 5+52+26=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 52 (20.70% from 255 or 62.65% from 83); Blue value is 26 (10.55% from 255 or 31.33% from 83); Max value from RGB is 52 - color contains mainly: green. Hex color #05341A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05341A is #FACBE5. Grayscale: #232323. Windows color (decimal): -16436198 or 1717253. OLE color: 1717253.
HSL color Cylindrical-coordinate representation of color #05341A: hue angle of 146.81º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05341A is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 26 | - |
| CMYK | 0.90 | 0 | 0.50 | 0.80 |
| HSL | 146.81º | 0.82% | 0.11% | - |
| HSV(B) | 146.81º | 0.9% | 0.2% | - |
| XYZ | 1.48 | 2.56 | 1.39 | - |
| YUV | 34.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 26 | 0.90 | 0 | 0.50 | 0.80 | 146.81 | 0.82 | 0.11 |
| Hex | 5 | 34 | 1A | 5A | 0 | 32 | 50 | 93 | 52 | B |
| Octal | 5 | 64 | 32 | 132 | 0 | 62 | 120 | 223 | 122 | 13 |
| Binary | 101 | 110100 | 11010 | 1011010 | 0 | 110010 | 1010000 | 10010011 | 1010010 | 1011 |
Color Harmonies of #05341A
Complementary color
Monochromatic Colors of #05341A
Black with #05341A
Text Example
Text Example
White with #05341A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05341A; }
p { color: rgb(5,52,26); }
H1.HeaderClassName
{
color: #05341A;
}
.AnyTagClassName
{
color: #05341A;
}
</style>
background-color css
<style>
a { background-color: #05341A; }
a { background-color: rgb(5,52,26); }
div.DivClassName
{
background-color: #05341A;
}
.BgClassName
{
background-color: #05341A;
}
</style>
border-color css
<style>
span { border-color: #05341A; }
span { border-color: rgb(5,52,26); }
td.TdClassName
{
border-color: #05341A;
}
.TagClassName
{
border-color: #05341A;
}
</style>