Shades of Crusoe #106328
Tints of Crusoe #106328
RGB
CMYK
RGB Variations
Color information
#106328 (or 0x106328) is known color: Crusoe. HEX triplet: 10, 63 and 28. RGB value is (16,99,40). Sum of RGB (Red+Green+Blue) = 16+99+40=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 99 (39.06% from 255 or 63.87% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 99 - color contains mainly: green. Hex color #106328 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106328 is #EF9CD7. Grayscale: #434343. Windows color (decimal): -15703256 or 2646800. OLE color: 2646800.
HSL color Cylindrical-coordinate representation of color #106328: hue angle of 137.35º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106328 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 40 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.61 |
| HSL | 137.35º | 0.72% | 0.23% | - |
| HSV(B) | 137.35º | 0.84% | 0.39% | - |
| XYZ | 5.06 | 9.19 | 3.51 | - |
| YUV | 67.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 40 | 0.84 | 0 | 0.60 | 0.61 | 137.35 | 0.72 | 0.23 |
| Hex | 10 | 63 | 28 | 54 | 0 | 3C | 3D | 89 | 48 | 17 |
| Octal | 20 | 143 | 50 | 124 | 0 | 74 | 75 | 211 | 110 | 27 |
| Binary | 10000 | 1100011 | 101000 | 1010100 | 0 | 111100 | 111101 | 10001001 | 1001000 | 10111 |
Color Harmonies of #106328
Complementary color
Monochromatic Colors of #106328
Black with #106328
Text Example
Text Example
White with #106328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106328; }
p { color: rgb(16,99,40); }
H1.HeaderClassName
{
color: #106328;
}
.AnyTagClassName
{
color: #106328;
}
</style>
background-color css
<style>
a { background-color: #106328; }
a { background-color: rgb(16,99,40); }
div.DivClassName
{
background-color: #106328;
}
.BgClassName
{
background-color: #106328;
}
</style>
border-color css
<style>
span { border-color: #106328; }
span { border-color: rgb(16,99,40); }
td.TdClassName
{
border-color: #106328;
}
.TagClassName
{
border-color: #106328;
}
</style>