Shades of Green #015406
Tints of Green #015406
RGB
CMYK
RGB Variations
Color information
#015406 (or 0x015406) is known color: Green. HEX triplet: 01, 54 and 06. RGB value is (1,84,6). Sum of RGB (Red+Green+Blue) = 1+84+6=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 84 (33.20% from 255 or 92.31% from 91); Blue value is 6 (2.73% from 255 or 6.59% from 91); Max value from RGB is 84 - color contains mainly: green. Hex color #015406 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015406 is #FEABF9. Grayscale: #323232. Windows color (decimal): -16690170 or 414721. OLE color: 414721.
HSL color Cylindrical-coordinate representation of color #015406: hue angle of 123.61º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015406 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 84 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.67 |
| HSL | 123.61º | 0.98% | 0.17% | - |
| HSV(B) | 123.61º | 0.99% | 0.33% | - |
| XYZ | 3.22 | 6.36 | 1.23 | - |
| YUV | 50.29 | 103 | 92.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 6 | 0.99 | 0 | 0.93 | 0.67 | 123.61 | 0.98 | 0.17 |
| Hex | 1 | 54 | 6 | 63 | 0 | 5D | 43 | 7C | 62 | 11 |
| Octal | 1 | 124 | 6 | 143 | 0 | 135 | 103 | 174 | 142 | 21 |
| Binary | 1 | 1010100 | 110 | 1100011 | 0 | 1011101 | 1000011 | 1111100 | 1100010 | 10001 |
Color Harmonies of #015406
Complementary color
Monochromatic Colors of #015406
Black with #015406
Text Example
Text Example
White with #015406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015406; }
p { color: rgb(1,84,6); }
H1.HeaderClassName
{
color: #015406;
}
.AnyTagClassName
{
color: #015406;
}
</style>
background-color css
<style>
a { background-color: #015406; }
a { background-color: rgb(1,84,6); }
div.DivClassName
{
background-color: #015406;
}
.BgClassName
{
background-color: #015406;
}
</style>
border-color css
<style>
span { border-color: #015406; }
span { border-color: rgb(1,84,6); }
td.TdClassName
{
border-color: #015406;
}
.TagClassName
{
border-color: #015406;
}
</style>