Shades of Crusoe #01651D
Tints of Crusoe #01651D
RGB
CMYK
RGB Variations
Color information
#01651D (or 0x01651D) is known color: Crusoe. HEX triplet: 01, 65 and 1D. RGB value is (1,101,29). Sum of RGB (Red+Green+Blue) = 1+101+29=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 101 (39.84% from 255 or 77.10% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 101 - color contains mainly: green. Hex color #01651D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01651D is #FE9AE2. Grayscale: #3F3F3F. Windows color (decimal): -16685795 or 1926401. OLE color: 1926401.
HSL color Cylindrical-coordinate representation of color #01651D: hue angle of 136.8º 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 #01651D is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 29 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.60 |
| HSL | 136.8º | 0.98% | 0.2% | - |
| HSV(B) | 136.8º | 0.99% | 0.4% | - |
| XYZ | 4.89 | 9.4 | 2.72 | - |
| YUV | 62.89 | 108.87 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 29 | 0.99 | 0 | 0.71 | 0.60 | 136.8 | 0.98 | 0.2 |
| Hex | 1 | 65 | 1D | 63 | 0 | 47 | 3C | 89 | 62 | 14 |
| Octal | 1 | 145 | 35 | 143 | 0 | 107 | 74 | 211 | 142 | 24 |
| Binary | 1 | 1100101 | 11101 | 1100011 | 0 | 1000111 | 111100 | 10001001 | 1100010 | 10100 |
Color Harmonies of #01651D
Complementary color
Monochromatic Colors of #01651D
Black with #01651D
Text Example
Text Example
White with #01651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01651D; }
p { color: rgb(1,101,29); }
H1.HeaderClassName
{
color: #01651D;
}
.AnyTagClassName
{
color: #01651D;
}
</style>
background-color css
<style>
a { background-color: #01651D; }
a { background-color: rgb(1,101,29); }
div.DivClassName
{
background-color: #01651D;
}
.BgClassName
{
background-color: #01651D;
}
</style>
border-color css
<style>
span { border-color: #01651D; }
span { border-color: rgb(1,101,29); }
td.TdClassName
{
border-color: #01651D;
}
.TagClassName
{
border-color: #01651D;
}
</style>