Shades of Crusoe #005B16
Tints of Crusoe #005B16
RGB
CMYK
RGB Variations
Color information
#005B16 (or 0x005B16) is known color: Crusoe. HEX triplet: 00, 5B and 16. RGB value is (0,91,22). Sum of RGB (Red+Green+Blue) = 0+91+22=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 91 (35.94% from 255 or 80.53% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 91 - color contains mainly: green. Hex color #005B16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005B16 is #FFA4E9. Grayscale: #383838. Windows color (decimal): -16753898 or 1465088. OLE color: 1465088.
HSL color Cylindrical-coordinate representation of color #005B16: hue angle of 134.51º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005B16 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 91 | 22 | - |
| CMYK | 1 | 0 | 0.76 | 0.64 |
| HSL | 134.51º | 1% | 0.18% | - |
| HSV(B) | 134.51º | 1% | 0.36% | - |
| XYZ | 3.89 | 7.54 | 2.01 | - |
| YUV | 55.93 | 108.85 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 91 | 22 | 1 | 0 | 0.76 | 0.64 | 134.51 | 1 | 0.18 |
| Hex | 0 | 5B | 16 | 64 | 0 | 4C | 40 | 87 | 64 | 12 |
| Octal | 0 | 133 | 26 | 144 | 0 | 114 | 100 | 207 | 144 | 22 |
| Binary | 0 | 1011011 | 10110 | 1100100 | 0 | 1001100 | 1000000 | 10000111 | 1100100 | 10010 |
Color Harmonies of #005B16
Complementary color
Monochromatic Colors of #005B16
Black with #005B16
Text Example
Text Example
White with #005B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005B16; }
p { color: rgb(0,91,22); }
H1.HeaderClassName
{
color: #005B16;
}
.AnyTagClassName
{
color: #005B16;
}
</style>
background-color css
<style>
a { background-color: #005B16; }
a { background-color: rgb(0,91,22); }
div.DivClassName
{
background-color: #005B16;
}
.BgClassName
{
background-color: #005B16;
}
</style>
border-color css
<style>
span { border-color: #005B16; }
span { border-color: rgb(0,91,22); }
td.TdClassName
{
border-color: #005B16;
}
.TagClassName
{
border-color: #005B16;
}
</style>