Shades of Crusoe #01671B
Tints of Crusoe #01671B
RGB
CMYK
RGB Variations
Color information
#01671B (or 0x01671B) is known color: Crusoe. HEX triplet: 01, 67 and 1B. RGB value is (1,103,27). Sum of RGB (Red+Green+Blue) = 1+103+27=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 103 (40.62% from 255 or 78.63% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 103 - color contains mainly: green. Hex color #01671B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01671B is #FE98E4. Grayscale: #404040. Windows color (decimal): -16685285 or 1795841. OLE color: 1795841.
HSL color Cylindrical-coordinate representation of color #01671B: hue angle of 135.29º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01671B is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 27 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.60 |
| HSL | 135.29º | 0.98% | 0.2% | - |
| HSV(B) | 135.29º | 0.99% | 0.4% | - |
| XYZ | 5.06 | 9.79 | 2.66 | - |
| YUV | 63.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 27 | 0.99 | 0 | 0.74 | 0.60 | 135.29 | 0.98 | 0.2 |
| Hex | 1 | 67 | 1B | 63 | 0 | 4A | 3C | 87 | 62 | 14 |
| Octal | 1 | 147 | 33 | 143 | 0 | 112 | 74 | 207 | 142 | 24 |
| Binary | 1 | 1100111 | 11011 | 1100011 | 0 | 1001010 | 111100 | 10000111 | 1100010 | 10100 |
Color Harmonies of #01671B
Complementary color
Monochromatic Colors of #01671B
Black with #01671B
Text Example
Text Example
White with #01671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01671B; }
p { color: rgb(1,103,27); }
H1.HeaderClassName
{
color: #01671B;
}
.AnyTagClassName
{
color: #01671B;
}
</style>
background-color css
<style>
a { background-color: #01671B; }
a { background-color: rgb(1,103,27); }
div.DivClassName
{
background-color: #01671B;
}
.BgClassName
{
background-color: #01671B;
}
</style>
border-color css
<style>
span { border-color: #01671B; }
span { border-color: rgb(1,103,27); }
td.TdClassName
{
border-color: #01671B;
}
.TagClassName
{
border-color: #01671B;
}
</style>