Shades of Green #015506
Tints of Green #015506
RGB
CMYK
RGB Variations
Color information
#015506 (or 0x015506) is known color: Green. HEX triplet: 01, 55 and 06. RGB value is (1,85,6). Sum of RGB (Red+Green+Blue) = 1+85+6=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 85 (33.59% from 255 or 92.39% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 85 - color contains mainly: green. Hex color #015506 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015506 is #FEAAF9. Grayscale: #333333. Windows color (decimal): -16689914 or 414977. OLE color: 414977.
HSL color Cylindrical-coordinate representation of color #015506: hue angle of 123.57º 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 #015506 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 6 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.67 |
| HSL | 123.57º | 0.98% | 0.17% | - |
| HSV(B) | 123.57º | 0.99% | 0.33% | - |
| XYZ | 3.29 | 6.52 | 1.26 | - |
| YUV | 50.88 | 102.67 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 6 | 0.99 | 0 | 0.93 | 0.67 | 123.57 | 0.98 | 0.17 |
| Hex | 1 | 55 | 6 | 63 | 0 | 5D | 43 | 7C | 62 | 11 |
| Octal | 1 | 125 | 6 | 143 | 0 | 135 | 103 | 174 | 142 | 21 |
| Binary | 1 | 1010101 | 110 | 1100011 | 0 | 1011101 | 1000011 | 1111100 | 1100010 | 10001 |
Color Harmonies of #015506
Complementary color
Monochromatic Colors of #015506
Black with #015506
Text Example
Text Example
White with #015506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015506; }
p { color: rgb(1,85,6); }
H1.HeaderClassName
{
color: #015506;
}
.AnyTagClassName
{
color: #015506;
}
</style>
background-color css
<style>
a { background-color: #015506; }
a { background-color: rgb(1,85,6); }
div.DivClassName
{
background-color: #015506;
}
.BgClassName
{
background-color: #015506;
}
</style>
border-color css
<style>
span { border-color: #015506; }
span { border-color: rgb(1,85,6); }
td.TdClassName
{
border-color: #015506;
}
.TagClassName
{
border-color: #015506;
}
</style>