Shades of Crusoe #01762B
Tints of Crusoe #01762B
RGB
CMYK
RGB Variations
Color information
#01762B (or 0x01762B) is known color: Crusoe. HEX triplet: 01, 76 and 2B. RGB value is (1,118,43). Sum of RGB (Red+Green+Blue) = 1+118+43=162 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 162); Green value is 118 (46.48% from 255 or 72.84% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 118 - color contains mainly: green. Hex color #01762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01762B is #FE89D4. Grayscale: #4A4A4A. Windows color (decimal): -16681429 or 2848257. OLE color: 2848257.
HSL color Cylindrical-coordinate representation of color #01762B: hue angle of 141.54º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01762B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 118 | 43 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.54 |
| HSL | 141.54º | 0.98% | 0.23% | - |
| HSV(B) | 141.54º | 0.99% | 0.46% | - |
| XYZ | 6.93 | 13.14 | 4.46 | - |
| YUV | 74.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 118 | 43 | 0.99 | 0 | 0.64 | 0.54 | 141.54 | 0.98 | 0.23 |
| Hex | 1 | 76 | 2B | 63 | 0 | 40 | 36 | 8E | 62 | 17 |
| Octal | 1 | 166 | 53 | 143 | 0 | 100 | 66 | 216 | 142 | 27 |
| Binary | 1 | 1110110 | 101011 | 1100011 | 0 | 1000000 | 110110 | 10001110 | 1100010 | 10111 |
Color Harmonies of #01762B
Complementary color
Monochromatic Colors of #01762B
Black with #01762B
Text Example
Text Example
White with #01762B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01762B; }
p { color: rgb(1,118,43); }
H1.HeaderClassName
{
color: #01762B;
}
.AnyTagClassName
{
color: #01762B;
}
</style>
background-color css
<style>
a { background-color: #01762B; }
a { background-color: rgb(1,118,43); }
div.DivClassName
{
background-color: #01762B;
}
.BgClassName
{
background-color: #01762B;
}
</style>
border-color css
<style>
span { border-color: #01762B; }
span { border-color: rgb(1,118,43); }
td.TdClassName
{
border-color: #01762B;
}
.TagClassName
{
border-color: #01762B;
}
</style>