Shades of Crusoe #015C13
Tints of Crusoe #015C13
RGB
CMYK
RGB Variations
Color information
#015C13 (or 0x015C13) is known color: Crusoe. HEX triplet: 01, 5C and 13. RGB value is (1,92,19). Sum of RGB (Red+Green+Blue) = 1+92+19=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 92 (36.33% from 255 or 82.14% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 92 - color contains mainly: green. Hex color #015C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015C13 is #FEA3EC. Grayscale: #383838. Windows color (decimal): -16688109 or 1268737. OLE color: 1268737.
HSL color Cylindrical-coordinate representation of color #015C13: hue angle of 131.87º 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 #015C13 is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 1 | 92 | 19 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.64 |
| HSL | 131.87º | 0.98% | 0.18% | - |
| HSV(B) | 131.87º | 0.99% | 0.36% | - |
| XYZ | 3.96 | 7.71 | 1.9 | - |
| YUV | 56.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 19 | 0.99 | 0 | 0.79 | 0.64 | 131.87 | 0.98 | 0.18 |
| Hex | 1 | 5C | 13 | 63 | 0 | 4F | 40 | 84 | 62 | 12 |
| Octal | 1 | 134 | 23 | 143 | 0 | 117 | 100 | 204 | 142 | 22 |
| Binary | 1 | 1011100 | 10011 | 1100011 | 0 | 1001111 | 1000000 | 10000100 | 1100010 | 10010 |
Color Harmonies of #015C13
Complementary color
Monochromatic Colors of #015C13
Black with #015C13
Text Example
Text Example
White with #015C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C13; }
p { color: rgb(1,92,19); }
H1.HeaderClassName
{
color: #015C13;
}
.AnyTagClassName
{
color: #015C13;
}
</style>
background-color css
<style>
a { background-color: #015C13; }
a { background-color: rgb(1,92,19); }
div.DivClassName
{
background-color: #015C13;
}
.BgClassName
{
background-color: #015C13;
}
</style>
border-color css
<style>
span { border-color: #015C13; }
span { border-color: rgb(1,92,19); }
td.TdClassName
{
border-color: #015C13;
}
.TagClassName
{
border-color: #015C13;
}
</style>