Shades of Crusoe #016425
Tints of Crusoe #016425
RGB
CMYK
RGB Variations
Color information
#016425 (or 0x016425) is known color: Crusoe. HEX triplet: 01, 64 and 25. RGB value is (1,100,37). Sum of RGB (Red+Green+Blue) = 1+100+37=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #016425 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016425 is #FE9BDA. Grayscale: #3F3F3F. Windows color (decimal): -16686043 or 2450433. OLE color: 2450433.
HSL color Cylindrical-coordinate representation of color #016425: hue angle of 141.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016425 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 37 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.61 |
| HSL | 141.82º | 0.98% | 0.2% | - |
| HSV(B) | 141.82º | 0.99% | 0.39% | - |
| XYZ | 4.9 | 9.25 | 3.28 | - |
| YUV | 63.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 37 | 0.99 | 0 | 0.63 | 0.61 | 141.82 | 0.98 | 0.2 |
| Hex | 1 | 64 | 25 | 63 | 0 | 3F | 3D | 8E | 62 | 14 |
| Octal | 1 | 144 | 45 | 143 | 0 | 77 | 75 | 216 | 142 | 24 |
| Binary | 1 | 1100100 | 100101 | 1100011 | 0 | 111111 | 111101 | 10001110 | 1100010 | 10100 |
Color Harmonies of #016425
Complementary color
Monochromatic Colors of #016425
Black with #016425
Text Example
Text Example
White with #016425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016425; }
p { color: rgb(1,100,37); }
H1.HeaderClassName
{
color: #016425;
}
.AnyTagClassName
{
color: #016425;
}
</style>
background-color css
<style>
a { background-color: #016425; }
a { background-color: rgb(1,100,37); }
div.DivClassName
{
background-color: #016425;
}
.BgClassName
{
background-color: #016425;
}
</style>
border-color css
<style>
span { border-color: #016425; }
span { border-color: rgb(1,100,37); }
td.TdClassName
{
border-color: #016425;
}
.TagClassName
{
border-color: #016425;
}
</style>