Shades of Crusoe #01772B
Tints of Crusoe #01772B
RGB
CMYK
RGB Variations
Color information
#01772B (or 0x01772B) is known color: Crusoe. HEX triplet: 01, 77 and 2B. RGB value is (1,119,43). Sum of RGB (Red+Green+Blue) = 1+119+43=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 119 (46.88% from 255 or 73.01% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 119 - color contains mainly: green. Hex color #01772B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01772B is #FE88D4. Grayscale: #4B4B4B. Windows color (decimal): -16681173 or 2848513. OLE color: 2848513.
HSL color Cylindrical-coordinate representation of color #01772B: hue angle of 141.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01772B is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 43 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.53 |
| HSL | 141.36º | 0.98% | 0.24% | - |
| HSV(B) | 141.36º | 0.99% | 0.47% | - |
| XYZ | 7.05 | 13.37 | 4.5 | - |
| YUV | 75.05 | 109.91 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 43 | 0.99 | 0 | 0.64 | 0.53 | 141.36 | 0.98 | 0.24 |
| Hex | 1 | 77 | 2B | 63 | 0 | 40 | 35 | 8D | 62 | 18 |
| Octal | 1 | 167 | 53 | 143 | 0 | 100 | 65 | 215 | 142 | 30 |
| Binary | 1 | 1110111 | 101011 | 1100011 | 0 | 1000000 | 110101 | 10001101 | 1100010 | 11000 |
Color Harmonies of #01772B
Complementary color
Monochromatic Colors of #01772B
Black with #01772B
Text Example
Text Example
White with #01772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01772B; }
p { color: rgb(1,119,43); }
H1.HeaderClassName
{
color: #01772B;
}
.AnyTagClassName
{
color: #01772B;
}
</style>
background-color css
<style>
a { background-color: #01772B; }
a { background-color: rgb(1,119,43); }
div.DivClassName
{
background-color: #01772B;
}
.BgClassName
{
background-color: #01772B;
}
</style>
border-color css
<style>
span { border-color: #01772B; }
span { border-color: rgb(1,119,43); }
td.TdClassName
{
border-color: #01772B;
}
.TagClassName
{
border-color: #01772B;
}
</style>