Shades of Crusoe #01722A
Tints of Crusoe #01722A
RGB
CMYK
RGB Variations
Color information
#01722A (or 0x01722A) is known color: Crusoe. HEX triplet: 01, 72 and 2A. RGB value is (1,114,42). Sum of RGB (Red+Green+Blue) = 1+114+42=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 114 (44.92% from 255 or 72.61% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 114 - color contains mainly: green. Hex color #01722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01722A is #FE8DD5. Grayscale: #484848. Windows color (decimal): -16682454 or 2781697. OLE color: 2781697.
HSL color Cylindrical-coordinate representation of color #01722A: hue angle of 141.77º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01722A is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 114 | 42 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.55 |
| HSL | 141.77º | 0.98% | 0.23% | - |
| HSV(B) | 141.77º | 0.99% | 0.45% | - |
| XYZ | 6.45 | 12.21 | 4.21 | - |
| YUV | 72.01 | 111.06 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 114 | 42 | 0.99 | 0 | 0.63 | 0.55 | 141.77 | 0.98 | 0.23 |
| Hex | 1 | 72 | 2A | 63 | 0 | 3F | 37 | 8E | 62 | 17 |
| Octal | 1 | 162 | 52 | 143 | 0 | 77 | 67 | 216 | 142 | 27 |
| Binary | 1 | 1110010 | 101010 | 1100011 | 0 | 111111 | 110111 | 10001110 | 1100010 | 10111 |
Color Harmonies of #01722A
Complementary color
Monochromatic Colors of #01722A
Black with #01722A
Text Example
Text Example
White with #01722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01722A; }
p { color: rgb(1,114,42); }
H1.HeaderClassName
{
color: #01722A;
}
.AnyTagClassName
{
color: #01722A;
}
</style>
background-color css
<style>
a { background-color: #01722A; }
a { background-color: rgb(1,114,42); }
div.DivClassName
{
background-color: #01722A;
}
.BgClassName
{
background-color: #01722A;
}
</style>
border-color css
<style>
span { border-color: #01722A; }
span { border-color: rgb(1,114,42); }
td.TdClassName
{
border-color: #01722A;
}
.TagClassName
{
border-color: #01722A;
}
</style>