Shades of Crusoe #106231
Tints of Crusoe #106231
RGB
CMYK
RGB Variations
Color information
#106231 (or 0x106231) is known color: Crusoe. HEX triplet: 10, 62 and 31. RGB value is (16,98,49). Sum of RGB (Red+Green+Blue) = 16+98+49=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 98 (38.67% from 255 or 60.12% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 98 - color contains mainly: green. Hex color #106231 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106231 is #EF9DCE. Grayscale: #444444. Windows color (decimal): -15703503 or 3236368. OLE color: 3236368.
HSL color Cylindrical-coordinate representation of color #106231: hue angle of 144.15º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106231 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 49 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.62 |
| HSL | 144.15º | 0.72% | 0.22% | - |
| HSV(B) | 144.15º | 0.84% | 0.38% | - |
| XYZ | 5.14 | 9.07 | 4.39 | - |
| YUV | 67.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 49 | 0.84 | 0 | 0.5 | 0.62 | 144.15 | 0.72 | 0.22 |
| Hex | 10 | 62 | 31 | 54 | 0 | 32 | 3E | 90 | 48 | 16 |
| Octal | 20 | 142 | 61 | 124 | 0 | 62 | 76 | 220 | 110 | 26 |
| Binary | 10000 | 1100010 | 110001 | 1010100 | 0 | 110010 | 111110 | 10010000 | 1001000 | 10110 |
Color Harmonies of #106231
Complementary color
Monochromatic Colors of #106231
Black with #106231
Text Example
Text Example
White with #106231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106231; }
p { color: rgb(16,98,49); }
H1.HeaderClassName
{
color: #106231;
}
.AnyTagClassName
{
color: #106231;
}
</style>
background-color css
<style>
a { background-color: #106231; }
a { background-color: rgb(16,98,49); }
div.DivClassName
{
background-color: #106231;
}
.BgClassName
{
background-color: #106231;
}
</style>
border-color css
<style>
span { border-color: #106231; }
span { border-color: rgb(16,98,49); }
td.TdClassName
{
border-color: #106231;
}
.TagClassName
{
border-color: #106231;
}
</style>