Shades of Green #015509
Tints of Green #015509
RGB
CMYK
RGB Variations
Color information
#015509 (or 0x015509) is known color: Green. HEX triplet: 01, 55 and 09. RGB value is (1,85,9). Sum of RGB (Red+Green+Blue) = 1+85+9=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 85 (33.59% from 255 or 89.47% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 85 - color contains mainly: green. Hex color #015509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015509 is #FEAAF6. Grayscale: #333333. Windows color (decimal): -16689911 or 611585. OLE color: 611585.
HSL color Cylindrical-coordinate representation of color #015509: hue angle of 125.71º 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 #015509 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 85 | 9 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.67 |
| HSL | 125.71º | 0.98% | 0.17% | - |
| HSV(B) | 125.71º | 0.99% | 0.33% | - |
| XYZ | 3.31 | 6.52 | 1.34 | - |
| YUV | 51.22 | 104.17 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 9 | 0.99 | 0 | 0.89 | 0.67 | 125.71 | 0.98 | 0.17 |
| Hex | 1 | 55 | 9 | 63 | 0 | 59 | 43 | 7E | 62 | 11 |
| Octal | 1 | 125 | 11 | 143 | 0 | 131 | 103 | 176 | 142 | 21 |
| Binary | 1 | 1010101 | 1001 | 1100011 | 0 | 1011001 | 1000011 | 1111110 | 1100010 | 10001 |
Color Harmonies of #015509
Complementary color
Monochromatic Colors of #015509
Black with #015509
Text Example
Text Example
White with #015509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015509; }
p { color: rgb(1,85,9); }
H1.HeaderClassName
{
color: #015509;
}
.AnyTagClassName
{
color: #015509;
}
</style>
background-color css
<style>
a { background-color: #015509; }
a { background-color: rgb(1,85,9); }
div.DivClassName
{
background-color: #015509;
}
.BgClassName
{
background-color: #015509;
}
</style>
border-color css
<style>
span { border-color: #015509; }
span { border-color: rgb(1,85,9); }
td.TdClassName
{
border-color: #015509;
}
.TagClassName
{
border-color: #015509;
}
</style>