Shades of Crusoe #01580F
Tints of Crusoe #01580F
RGB
CMYK
RGB Variations
Color information
#01580F (or 0x01580F) is known color: Crusoe. HEX triplet: 01, 58 and 0F. RGB value is (1,88,15). Sum of RGB (Red+Green+Blue) = 1+88+15=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #01580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01580F is #FEA7F0. Grayscale: #353535. Windows color (decimal): -16689137 or 1005569. OLE color: 1005569.
HSL color Cylindrical-coordinate representation of color #01580F: hue angle of 129.66º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01580F is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 88 | 15 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.65 |
| HSL | 129.66º | 0.98% | 0.17% | - |
| HSV(B) | 129.66º | 0.99% | 0.35% | - |
| XYZ | 3.59 | 7.02 | 1.62 | - |
| YUV | 53.67 | 106.18 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 15 | 0.99 | 0 | 0.83 | 0.65 | 129.66 | 0.98 | 0.17 |
| Hex | 1 | 58 | F | 63 | 0 | 53 | 41 | 82 | 62 | 11 |
| Octal | 1 | 130 | 17 | 143 | 0 | 123 | 101 | 202 | 142 | 21 |
| Binary | 1 | 1011000 | 1111 | 1100011 | 0 | 1010011 | 1000001 | 10000010 | 1100010 | 10001 |
Color Harmonies of #01580F
Complementary color
Monochromatic Colors of #01580F
Black with #01580F
Text Example
Text Example
White with #01580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01580F; }
p { color: rgb(1,88,15); }
H1.HeaderClassName
{
color: #01580F;
}
.AnyTagClassName
{
color: #01580F;
}
</style>
background-color css
<style>
a { background-color: #01580F; }
a { background-color: rgb(1,88,15); }
div.DivClassName
{
background-color: #01580F;
}
.BgClassName
{
background-color: #01580F;
}
</style>
border-color css
<style>
span { border-color: #01580F; }
span { border-color: rgb(1,88,15); }
td.TdClassName
{
border-color: #01580F;
}
.TagClassName
{
border-color: #01580F;
}
</style>