Shades of Crusoe #01651E
Tints of Crusoe #01651E
RGB
CMYK
RGB Variations
Color information
#01651E (or 0x01651E) is known color: Crusoe. HEX triplet: 01, 65 and 1E. RGB value is (1,101,30). Sum of RGB (Red+Green+Blue) = 1+101+30=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 101 (39.84% from 255 or 76.52% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 101 - color contains mainly: green. Hex color #01651E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01651E is #FE9AE1. Grayscale: #3F3F3F. Windows color (decimal): -16685794 or 1991937. OLE color: 1991937.
HSL color Cylindrical-coordinate representation of color #01651E: hue angle of 137.4º 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 #01651E is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 30 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.60 |
| HSL | 137.4º | 0.98% | 0.2% | - |
| HSV(B) | 137.4º | 0.99% | 0.4% | - |
| XYZ | 4.9 | 9.41 | 2.79 | - |
| YUV | 63.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 30 | 0.99 | 0 | 0.70 | 0.60 | 137.4 | 0.98 | 0.2 |
| Hex | 1 | 65 | 1E | 63 | 0 | 46 | 3C | 89 | 62 | 14 |
| Octal | 1 | 145 | 36 | 143 | 0 | 106 | 74 | 211 | 142 | 24 |
| Binary | 1 | 1100101 | 11110 | 1100011 | 0 | 1000110 | 111100 | 10001001 | 1100010 | 10100 |
Color Harmonies of #01651E
Complementary color
Monochromatic Colors of #01651E
Black with #01651E
Text Example
Text Example
White with #01651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01651E; }
p { color: rgb(1,101,30); }
H1.HeaderClassName
{
color: #01651E;
}
.AnyTagClassName
{
color: #01651E;
}
</style>
background-color css
<style>
a { background-color: #01651E; }
a { background-color: rgb(1,101,30); }
div.DivClassName
{
background-color: #01651E;
}
.BgClassName
{
background-color: #01651E;
}
</style>
border-color css
<style>
span { border-color: #01651E; }
span { border-color: rgb(1,101,30); }
td.TdClassName
{
border-color: #01651E;
}
.TagClassName
{
border-color: #01651E;
}
</style>