Shades of Crusoe #015C16
Tints of Crusoe #015C16
RGB
CMYK
RGB Variations
Color information
#015C16 (or 0x015C16) is known color: Crusoe. HEX triplet: 01, 5C and 16. RGB value is (1,92,22). Sum of RGB (Red+Green+Blue) = 1+92+22=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 92 (36.33% from 255 or 80% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 92 - color contains mainly: green. Hex color #015C16 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C16 is #FEA3E9. Grayscale: #383838. Windows color (decimal): -16688106 or 1465345. OLE color: 1465345.
HSL color Cylindrical-coordinate representation of color #015C16: hue angle of 133.85º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C16 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 22 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.64 |
| HSL | 133.85º | 0.98% | 0.18% | - |
| HSV(B) | 133.85º | 0.99% | 0.36% | - |
| XYZ | 3.98 | 7.72 | 2.04 | - |
| YUV | 56.81 | 108.35 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 22 | 0.99 | 0 | 0.76 | 0.64 | 133.85 | 0.98 | 0.18 |
| Hex | 1 | 5C | 16 | 63 | 0 | 4C | 40 | 86 | 62 | 12 |
| Octal | 1 | 134 | 26 | 143 | 0 | 114 | 100 | 206 | 142 | 22 |
| Binary | 1 | 1011100 | 10110 | 1100011 | 0 | 1001100 | 1000000 | 10000110 | 1100010 | 10010 |
Color Harmonies of #015C16
Complementary color
Monochromatic Colors of #015C16
Black with #015C16
Text Example
Text Example
White with #015C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C16; }
p { color: rgb(1,92,22); }
H1.HeaderClassName
{
color: #015C16;
}
.AnyTagClassName
{
color: #015C16;
}
</style>
background-color css
<style>
a { background-color: #015C16; }
a { background-color: rgb(1,92,22); }
div.DivClassName
{
background-color: #015C16;
}
.BgClassName
{
background-color: #015C16;
}
</style>
border-color css
<style>
span { border-color: #015C16; }
span { border-color: rgb(1,92,22); }
td.TdClassName
{
border-color: #015C16;
}
.TagClassName
{
border-color: #015C16;
}
</style>