Shades of Crusoe #10621B
Tints of Crusoe #10621B
RGB
CMYK
RGB Variations
Color information
#10621B (or 0x10621B) is known color: Crusoe. HEX triplet: 10, 62 and 1B. RGB value is (16,98,27). Sum of RGB (Red+Green+Blue) = 16+98+27=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 98 (38.67% from 255 or 69.50% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 98 - color contains mainly: green. Hex color #10621B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10621B is #EF9DE4. Grayscale: #414141. Windows color (decimal): -15703525 or 1794576. OLE color: 1794576.
HSL color Cylindrical-coordinate representation of color #10621B: hue angle of 128.05º 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 #10621B is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 27 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.62 |
| HSL | 128.05º | 0.72% | 0.22% | - |
| HSV(B) | 128.05º | 0.84% | 0.38% | - |
| XYZ | 4.78 | 8.92 | 2.51 | - |
| YUV | 65.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 27 | 0.84 | 0 | 0.72 | 0.62 | 128.05 | 0.72 | 0.22 |
| Hex | 10 | 62 | 1B | 54 | 0 | 48 | 3E | 80 | 48 | 16 |
| Octal | 20 | 142 | 33 | 124 | 0 | 110 | 76 | 200 | 110 | 26 |
| Binary | 10000 | 1100010 | 11011 | 1010100 | 0 | 1001000 | 111110 | 10000000 | 1001000 | 10110 |
Color Harmonies of #10621B
Complementary color
Monochromatic Colors of #10621B
Black with #10621B
Text Example
Text Example
White with #10621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10621B; }
p { color: rgb(16,98,27); }
H1.HeaderClassName
{
color: #10621B;
}
.AnyTagClassName
{
color: #10621B;
}
</style>
background-color css
<style>
a { background-color: #10621B; }
a { background-color: rgb(16,98,27); }
div.DivClassName
{
background-color: #10621B;
}
.BgClassName
{
background-color: #10621B;
}
</style>
border-color css
<style>
span { border-color: #10621B; }
span { border-color: rgb(16,98,27); }
td.TdClassName
{
border-color: #10621B;
}
.TagClassName
{
border-color: #10621B;
}
</style>