Shades of Crusoe #016226
Tints of Crusoe #016226
RGB
CMYK
RGB Variations
Color information
#016226 (or 0x016226) is known color: Crusoe. HEX triplet: 01, 62 and 26. RGB value is (1,98,38). Sum of RGB (Red+Green+Blue) = 1+98+38=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 98 (38.67% from 255 or 71.53% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 98 - color contains mainly: green. Hex color #016226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016226 is #FE9DD9. Grayscale: #3E3E3E. Windows color (decimal): -16686554 or 2515457. OLE color: 2515457.
HSL color Cylindrical-coordinate representation of color #016226: hue angle of 142.89º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016226 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 38 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.62 |
| HSL | 142.89º | 0.98% | 0.19% | - |
| HSV(B) | 142.89º | 0.99% | 0.38% | - |
| XYZ | 4.73 | 8.88 | 3.3 | - |
| YUV | 62.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 38 | 0.99 | 0 | 0.61 | 0.62 | 142.89 | 0.98 | 0.19 |
| Hex | 1 | 62 | 26 | 63 | 0 | 3D | 3E | 8F | 62 | 13 |
| Octal | 1 | 142 | 46 | 143 | 0 | 75 | 76 | 217 | 142 | 23 |
| Binary | 1 | 1100010 | 100110 | 1100011 | 0 | 111101 | 111110 | 10001111 | 1100010 | 10011 |
Color Harmonies of #016226
Complementary color
Monochromatic Colors of #016226
Black with #016226
Text Example
Text Example
White with #016226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016226; }
p { color: rgb(1,98,38); }
H1.HeaderClassName
{
color: #016226;
}
.AnyTagClassName
{
color: #016226;
}
</style>
background-color css
<style>
a { background-color: #016226; }
a { background-color: rgb(1,98,38); }
div.DivClassName
{
background-color: #016226;
}
.BgClassName
{
background-color: #016226;
}
</style>
border-color css
<style>
span { border-color: #016226; }
span { border-color: rgb(1,98,38); }
td.TdClassName
{
border-color: #016226;
}
.TagClassName
{
border-color: #016226;
}
</style>