Shades of Crusoe #01682B
Tints of Crusoe #01682B
RGB
CMYK
RGB Variations
Color information
#01682B (or 0x01682B) is known color: Crusoe. HEX triplet: 01, 68 and 2B. RGB value is (1,104,43). Sum of RGB (Red+Green+Blue) = 1+104+43=148 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #01682B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01682B is #FE97D4. Grayscale: #424242. Windows color (decimal): -16685013 or 2844673. OLE color: 2844673.
HSL color Cylindrical-coordinate representation of color #01682B: hue angle of 144.47º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01682B is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 43 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.59 |
| HSL | 144.47º | 0.98% | 0.21% | - |
| HSV(B) | 144.47º | 0.99% | 0.41% | - |
| XYZ | 5.4 | 10.08 | 3.95 | - |
| YUV | 66.25 | 114.88 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 43 | 0.99 | 0 | 0.59 | 0.59 | 144.47 | 0.98 | 0.21 |
| Hex | 1 | 68 | 2B | 63 | 0 | 3B | 3B | 90 | 62 | 15 |
| Octal | 1 | 150 | 53 | 143 | 0 | 73 | 73 | 220 | 142 | 25 |
| Binary | 1 | 1101000 | 101011 | 1100011 | 0 | 111011 | 111011 | 10010000 | 1100010 | 10101 |
Color Harmonies of #01682B
Complementary color
Monochromatic Colors of #01682B
Black with #01682B
Text Example
Text Example
White with #01682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01682B; }
p { color: rgb(1,104,43); }
H1.HeaderClassName
{
color: #01682B;
}
.AnyTagClassName
{
color: #01682B;
}
</style>
background-color css
<style>
a { background-color: #01682B; }
a { background-color: rgb(1,104,43); }
div.DivClassName
{
background-color: #01682B;
}
.BgClassName
{
background-color: #01682B;
}
</style>
border-color css
<style>
span { border-color: #01682B; }
span { border-color: rgb(1,104,43); }
td.TdClassName
{
border-color: #01682B;
}
.TagClassName
{
border-color: #01682B;
}
</style>