Shades of Crusoe #01671D
Tints of Crusoe #01671D
RGB
CMYK
RGB Variations
Color information
#01671D (or 0x01671D) is known color: Crusoe. HEX triplet: 01, 67 and 1D. RGB value is (1,103,29). Sum of RGB (Red+Green+Blue) = 1+103+29=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 103 (40.62% from 255 or 77.44% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 103 - color contains mainly: green. Hex color #01671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01671D is #FE98E2. Grayscale: #404040. Windows color (decimal): -16685283 or 1926913. OLE color: 1926913.
HSL color Cylindrical-coordinate representation of color #01671D: hue angle of 136.47º 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 #01671D is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 103 | 29 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.60 |
| HSL | 136.47º | 0.98% | 0.2% | - |
| HSV(B) | 136.47º | 0.99% | 0.4% | - |
| XYZ | 5.08 | 9.8 | 2.79 | - |
| YUV | 64.07 | 108.21 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 103 | 29 | 0.99 | 0 | 0.72 | 0.60 | 136.47 | 0.98 | 0.2 |
| Hex | 1 | 67 | 1D | 63 | 0 | 48 | 3C | 88 | 62 | 14 |
| Octal | 1 | 147 | 35 | 143 | 0 | 110 | 74 | 210 | 142 | 24 |
| Binary | 1 | 1100111 | 11101 | 1100011 | 0 | 1001000 | 111100 | 10001000 | 1100010 | 10100 |
Color Harmonies of #01671D
Complementary color
Monochromatic Colors of #01671D
Black with #01671D
Text Example
Text Example
White with #01671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01671D; }
p { color: rgb(1,103,29); }
H1.HeaderClassName
{
color: #01671D;
}
.AnyTagClassName
{
color: #01671D;
}
</style>
background-color css
<style>
a { background-color: #01671D; }
a { background-color: rgb(1,103,29); }
div.DivClassName
{
background-color: #01671D;
}
.BgClassName
{
background-color: #01671D;
}
</style>
border-color css
<style>
span { border-color: #01671D; }
span { border-color: rgb(1,103,29); }
td.TdClassName
{
border-color: #01671D;
}
.TagClassName
{
border-color: #01671D;
}
</style>