Shades of Fun Green #01563C
Tints of Fun Green #01563C
RGB
CMYK
RGB Variations
Color information
#01563C (or 0x01563C) is known color: Fun Green. HEX triplet: 01, 56 and 3C. RGB value is (1,86,60). Sum of RGB (Red+Green+Blue) = 1+86+60=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 86 (33.98% from 255 or 58.50% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 86 - color contains mainly: green. Hex color #01563C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01563C is #FEA9C3. Grayscale: #393939. Windows color (decimal): -16689604 or 3954177. OLE color: 3954177.
HSL color Cylindrical-coordinate representation of color #01563C: hue angle of 161.65º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01563C is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 86 | 60 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.66 |
| HSL | 161.65º | 0.98% | 0.17% | - |
| HSV(B) | 161.65º | 0.99% | 0.34% | - |
| XYZ | 4.16 | 6.99 | 5.4 | - |
| YUV | 57.62 | 129.34 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 60 | 0.99 | 0 | 0.30 | 0.66 | 161.65 | 0.98 | 0.17 |
| Hex | 1 | 56 | 3C | 63 | 0 | 1E | 42 | A2 | 62 | 11 |
| Octal | 1 | 126 | 74 | 143 | 0 | 36 | 102 | 242 | 142 | 21 |
| Binary | 1 | 1010110 | 111100 | 1100011 | 0 | 11110 | 1000010 | 10100010 | 1100010 | 10001 |
Color Harmonies of #01563C
Complementary color
Monochromatic Colors of #01563C
Black with #01563C
Text Example
Text Example
White with #01563C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01563C; }
p { color: rgb(1,86,60); }
H1.HeaderClassName
{
color: #01563C;
}
.AnyTagClassName
{
color: #01563C;
}
</style>
background-color css
<style>
a { background-color: #01563C; }
a { background-color: rgb(1,86,60); }
div.DivClassName
{
background-color: #01563C;
}
.BgClassName
{
background-color: #01563C;
}
</style>
border-color css
<style>
span { border-color: #01563C; }
span { border-color: rgb(1,86,60); }
td.TdClassName
{
border-color: #01563C;
}
.TagClassName
{
border-color: #01563C;
}
</style>