Shades of Crusoe #01612B
Tints of Crusoe #01612B
RGB
CMYK
RGB Variations
Color information
#01612B (or 0x01612B) is known color: Crusoe. HEX triplet: 01, 61 and 2B. RGB value is (1,97,43). Sum of RGB (Red+Green+Blue) = 1+97+43=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #01612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01612B is #FE9ED4. Grayscale: #3E3E3E. Windows color (decimal): -16686805 or 2842881. OLE color: 2842881.
HSL color Cylindrical-coordinate representation of color #01612B: hue angle of 146.25º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01612B is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 97 | 43 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.62 |
| HSL | 146.25º | 0.98% | 0.19% | - |
| HSV(B) | 146.25º | 0.99% | 0.38% | - |
| XYZ | 4.72 | 8.73 | 3.72 | - |
| YUV | 62.14 | 117.2 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 97 | 43 | 0.99 | 0 | 0.56 | 0.62 | 146.25 | 0.98 | 0.19 |
| Hex | 1 | 61 | 2B | 63 | 0 | 38 | 3E | 92 | 62 | 13 |
| Octal | 1 | 141 | 53 | 143 | 0 | 70 | 76 | 222 | 142 | 23 |
| Binary | 1 | 1100001 | 101011 | 1100011 | 0 | 111000 | 111110 | 10010010 | 1100010 | 10011 |
Color Harmonies of #01612B
Complementary color
Monochromatic Colors of #01612B
Black with #01612B
Text Example
Text Example
White with #01612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01612B; }
p { color: rgb(1,97,43); }
H1.HeaderClassName
{
color: #01612B;
}
.AnyTagClassName
{
color: #01612B;
}
</style>
background-color css
<style>
a { background-color: #01612B; }
a { background-color: rgb(1,97,43); }
div.DivClassName
{
background-color: #01612B;
}
.BgClassName
{
background-color: #01612B;
}
</style>
border-color css
<style>
span { border-color: #01612B; }
span { border-color: rgb(1,97,43); }
td.TdClassName
{
border-color: #01612B;
}
.TagClassName
{
border-color: #01612B;
}
</style>