Shades of Crusoe #016B28
Tints of Crusoe #016B28
RGB
CMYK
RGB Variations
Color information
#016B28 (or 0x016B28) is known color: Crusoe. HEX triplet: 01, 6B and 28. RGB value is (1,107,40). Sum of RGB (Red+Green+Blue) = 1+107+40=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 107 (42.19% from 255 or 72.30% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 107 - color contains mainly: green. Hex color #016B28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B28 is #FE94D7. Grayscale: #434343. Windows color (decimal): -16684248 or 2648833. OLE color: 2648833.
HSL color Cylindrical-coordinate representation of color #016B28: hue angle of 142.08º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B28 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 40 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.58 |
| HSL | 142.08º | 0.98% | 0.21% | - |
| HSV(B) | 142.08º | 0.99% | 0.42% | - |
| XYZ | 5.65 | 10.68 | 3.77 | - |
| YUV | 67.67 | 112.38 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 40 | 0.99 | 0 | 0.63 | 0.58 | 142.08 | 0.98 | 0.21 |
| Hex | 1 | 6B | 28 | 63 | 0 | 3F | 3A | 8E | 62 | 15 |
| Octal | 1 | 153 | 50 | 143 | 0 | 77 | 72 | 216 | 142 | 25 |
| Binary | 1 | 1101011 | 101000 | 1100011 | 0 | 111111 | 111010 | 10001110 | 1100010 | 10101 |
Color Harmonies of #016B28
Complementary color
Monochromatic Colors of #016B28
Black with #016B28
Text Example
Text Example
White with #016B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B28; }
p { color: rgb(1,107,40); }
H1.HeaderClassName
{
color: #016B28;
}
.AnyTagClassName
{
color: #016B28;
}
</style>
background-color css
<style>
a { background-color: #016B28; }
a { background-color: rgb(1,107,40); }
div.DivClassName
{
background-color: #016B28;
}
.BgClassName
{
background-color: #016B28;
}
</style>
border-color css
<style>
span { border-color: #016B28; }
span { border-color: rgb(1,107,40); }
td.TdClassName
{
border-color: #016B28;
}
.TagClassName
{
border-color: #016B28;
}
</style>