Shades of Crusoe #01682A
Tints of Crusoe #01682A
RGB
CMYK
RGB Variations
Color information
#01682A (or 0x01682A) is known color: Crusoe. HEX triplet: 01, 68 and 2A. RGB value is (1,104,42). Sum of RGB (Red+Green+Blue) = 1+104+42=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #01682A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01682A is #FE97D5. Grayscale: #424242. Windows color (decimal): -16685014 or 2779137. OLE color: 2779137.
HSL color Cylindrical-coordinate representation of color #01682A: hue angle of 143.88º 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 #01682A is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 104 | 42 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.59 |
| HSL | 143.88º | 0.98% | 0.21% | - |
| HSV(B) | 143.88º | 0.99% | 0.41% | - |
| XYZ | 5.38 | 10.07 | 3.85 | - |
| YUV | 66.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 104 | 42 | 0.99 | 0 | 0.60 | 0.59 | 143.88 | 0.98 | 0.21 |
| Hex | 1 | 68 | 2A | 63 | 0 | 3C | 3B | 90 | 62 | 15 |
| Octal | 1 | 150 | 52 | 143 | 0 | 74 | 73 | 220 | 142 | 25 |
| Binary | 1 | 1101000 | 101010 | 1100011 | 0 | 111100 | 111011 | 10010000 | 1100010 | 10101 |
Color Harmonies of #01682A
Complementary color
Monochromatic Colors of #01682A
Black with #01682A
Text Example
Text Example
White with #01682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01682A; }
p { color: rgb(1,104,42); }
H1.HeaderClassName
{
color: #01682A;
}
.AnyTagClassName
{
color: #01682A;
}
</style>
background-color css
<style>
a { background-color: #01682A; }
a { background-color: rgb(1,104,42); }
div.DivClassName
{
background-color: #01682A;
}
.BgClassName
{
background-color: #01682A;
}
</style>
border-color css
<style>
span { border-color: #01682A; }
span { border-color: rgb(1,104,42); }
td.TdClassName
{
border-color: #01682A;
}
.TagClassName
{
border-color: #01682A;
}
</style>