Shades of Crusoe #10622B
Tints of Crusoe #10622B
RGB
CMYK
RGB Variations
Color information
#10622B (or 0x10622B) is known color: Crusoe. HEX triplet: 10, 62 and 2B. RGB value is (16,98,43). Sum of RGB (Red+Green+Blue) = 16+98+43=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #10622B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10622B is #EF9DD4. Grayscale: #434343. Windows color (decimal): -15703509 or 2843152. OLE color: 2843152.
HSL color Cylindrical-coordinate representation of color #10622B: hue angle of 139.76º 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 #10622B is Cyan = 0.84, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 43 | - |
| CMYK | 0.84 | 0 | 0.56 | 0.62 |
| HSL | 139.76º | 0.72% | 0.22% | - |
| HSV(B) | 139.76º | 0.84% | 0.38% | - |
| XYZ | 5.02 | 9.02 | 3.76 | - |
| YUV | 67.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 43 | 0.84 | 0 | 0.56 | 0.62 | 139.76 | 0.72 | 0.22 |
| Hex | 10 | 62 | 2B | 54 | 0 | 38 | 3E | 8C | 48 | 16 |
| Octal | 20 | 142 | 53 | 124 | 0 | 70 | 76 | 214 | 110 | 26 |
| Binary | 10000 | 1100010 | 101011 | 1010100 | 0 | 111000 | 111110 | 10001100 | 1001000 | 10110 |
Color Harmonies of #10622B
Complementary color
Monochromatic Colors of #10622B
Black with #10622B
Text Example
Text Example
White with #10622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10622B; }
p { color: rgb(16,98,43); }
H1.HeaderClassName
{
color: #10622B;
}
.AnyTagClassName
{
color: #10622B;
}
</style>
background-color css
<style>
a { background-color: #10622B; }
a { background-color: rgb(16,98,43); }
div.DivClassName
{
background-color: #10622B;
}
.BgClassName
{
background-color: #10622B;
}
</style>
border-color css
<style>
span { border-color: #10622B; }
span { border-color: rgb(16,98,43); }
td.TdClassName
{
border-color: #10622B;
}
.TagClassName
{
border-color: #10622B;
}
</style>