Shades of Crusoe #01622F
Tints of Crusoe #01622F
RGB
CMYK
RGB Variations
Color information
#01622F (or 0x01622F) is known color: Crusoe. HEX triplet: 01, 62 and 2F. RGB value is (1,98,47). Sum of RGB (Red+Green+Blue) = 1+98+47=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 98 (38.67% from 255 or 67.12% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 98 - color contains mainly: green. Hex color #01622F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01622F is #FE9DD0. Grayscale: #3F3F3F. Windows color (decimal): -16686545 or 3105281. OLE color: 3105281.
HSL color Cylindrical-coordinate representation of color #01622F: hue angle of 148.45º 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 #01622F is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 98 | 47 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.62 |
| HSL | 148.45º | 0.98% | 0.19% | - |
| HSV(B) | 148.45º | 0.99% | 0.38% | - |
| XYZ | 4.89 | 8.95 | 4.16 | - |
| YUV | 63.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 98 | 47 | 0.99 | 0 | 0.52 | 0.62 | 148.45 | 0.98 | 0.19 |
| Hex | 1 | 62 | 2F | 63 | 0 | 34 | 3E | 94 | 62 | 13 |
| Octal | 1 | 142 | 57 | 143 | 0 | 64 | 76 | 224 | 142 | 23 |
| Binary | 1 | 1100010 | 101111 | 1100011 | 0 | 110100 | 111110 | 10010100 | 1100010 | 10011 |
Color Harmonies of #01622F
Complementary color
Monochromatic Colors of #01622F
Black with #01622F
Text Example
Text Example
White with #01622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01622F; }
p { color: rgb(1,98,47); }
H1.HeaderClassName
{
color: #01622F;
}
.AnyTagClassName
{
color: #01622F;
}
</style>
background-color css
<style>
a { background-color: #01622F; }
a { background-color: rgb(1,98,47); }
div.DivClassName
{
background-color: #01622F;
}
.BgClassName
{
background-color: #01622F;
}
</style>
border-color css
<style>
span { border-color: #01622F; }
span { border-color: rgb(1,98,47); }
td.TdClassName
{
border-color: #01622F;
}
.TagClassName
{
border-color: #01622F;
}
</style>