Shades of Crusoe #106230
Tints of Crusoe #106230
RGB
CMYK
RGB Variations
Color information
#106230 (or 0x106230) is known color: Crusoe. HEX triplet: 10, 62 and 30. RGB value is (16,98,48). Sum of RGB (Red+Green+Blue) = 16+98+48=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #106230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106230 is #EF9DCF. Grayscale: #434343. Windows color (decimal): -15703504 or 3170832. OLE color: 3170832.
HSL color Cylindrical-coordinate representation of color #106230: hue angle of 143.41º 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 #106230 is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 48 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.62 |
| HSL | 143.41º | 0.72% | 0.22% | - |
| HSV(B) | 143.41º | 0.84% | 0.38% | - |
| XYZ | 5.11 | 9.06 | 4.28 | - |
| YUV | 67.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 48 | 0.84 | 0 | 0.51 | 0.62 | 143.41 | 0.72 | 0.22 |
| Hex | 10 | 62 | 30 | 54 | 0 | 33 | 3E | 8F | 48 | 16 |
| Octal | 20 | 142 | 60 | 124 | 0 | 63 | 76 | 217 | 110 | 26 |
| Binary | 10000 | 1100010 | 110000 | 1010100 | 0 | 110011 | 111110 | 10001111 | 1001000 | 10110 |
Color Harmonies of #106230
Complementary color
Monochromatic Colors of #106230
Black with #106230
Text Example
Text Example
White with #106230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106230; }
p { color: rgb(16,98,48); }
H1.HeaderClassName
{
color: #106230;
}
.AnyTagClassName
{
color: #106230;
}
</style>
background-color css
<style>
a { background-color: #106230; }
a { background-color: rgb(16,98,48); }
div.DivClassName
{
background-color: #106230;
}
.BgClassName
{
background-color: #106230;
}
</style>
border-color css
<style>
span { border-color: #106230; }
span { border-color: rgb(16,98,48); }
td.TdClassName
{
border-color: #106230;
}
.TagClassName
{
border-color: #106230;
}
</style>