Shades of Crusoe #106233
Tints of Crusoe #106233
RGB
CMYK
RGB Variations
Color information
#106233 (or 0x106233) is known color: Crusoe. HEX triplet: 10, 62 and 33. RGB value is (16,98,51). Sum of RGB (Red+Green+Blue) = 16+98+51=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #106233 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106233 is #EF9DCC. Grayscale: #444444. Windows color (decimal): -15703501 or 3367440. OLE color: 3367440.
HSL color Cylindrical-coordinate representation of color #106233: hue angle of 145.61º 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 #106233 is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 51 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.62 |
| HSL | 145.61º | 0.72% | 0.22% | - |
| HSV(B) | 145.61º | 0.84% | 0.38% | - |
| XYZ | 5.18 | 9.08 | 4.61 | - |
| YUV | 68.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 51 | 0.84 | 0 | 0.48 | 0.62 | 145.61 | 0.72 | 0.22 |
| Hex | 10 | 62 | 33 | 54 | 0 | 30 | 3E | 92 | 48 | 16 |
| Octal | 20 | 142 | 63 | 124 | 0 | 60 | 76 | 222 | 110 | 26 |
| Binary | 10000 | 1100010 | 110011 | 1010100 | 0 | 110000 | 111110 | 10010010 | 1001000 | 10110 |
Color Harmonies of #106233
Complementary color
Monochromatic Colors of #106233
Black with #106233
Text Example
Text Example
White with #106233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106233; }
p { color: rgb(16,98,51); }
H1.HeaderClassName
{
color: #106233;
}
.AnyTagClassName
{
color: #106233;
}
</style>
background-color css
<style>
a { background-color: #106233; }
a { background-color: rgb(16,98,51); }
div.DivClassName
{
background-color: #106233;
}
.BgClassName
{
background-color: #106233;
}
</style>
border-color css
<style>
span { border-color: #106233; }
span { border-color: rgb(16,98,51); }
td.TdClassName
{
border-color: #106233;
}
.TagClassName
{
border-color: #106233;
}
</style>