Shades of Crusoe #10631D
Tints of Crusoe #10631D
RGB
CMYK
RGB Variations
Color information
#10631D (or 0x10631D) is known color: Crusoe. HEX triplet: 10, 63 and 1D. RGB value is (16,99,29). Sum of RGB (Red+Green+Blue) = 16+99+29=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 99 (39.06% from 255 or 68.75% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 99 - color contains mainly: green. Hex color #10631D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10631D is #EF9CE2. Grayscale: #424242. Windows color (decimal): -15703267 or 1925904. OLE color: 1925904.
HSL color Cylindrical-coordinate representation of color #10631D: hue angle of 129.4º 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 #10631D is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 29 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.61 |
| HSL | 129.4º | 0.72% | 0.23% | - |
| HSV(B) | 129.4º | 0.84% | 0.39% | - |
| XYZ | 4.9 | 9.12 | 2.67 | - |
| YUV | 66.2 | 107 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 29 | 0.84 | 0 | 0.71 | 0.61 | 129.4 | 0.72 | 0.23 |
| Hex | 10 | 63 | 1D | 54 | 0 | 47 | 3D | 81 | 48 | 17 |
| Octal | 20 | 143 | 35 | 124 | 0 | 107 | 75 | 201 | 110 | 27 |
| Binary | 10000 | 1100011 | 11101 | 1010100 | 0 | 1000111 | 111101 | 10000001 | 1001000 | 10111 |
Color Harmonies of #10631D
Complementary color
Monochromatic Colors of #10631D
Black with #10631D
Text Example
Text Example
White with #10631D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10631D; }
p { color: rgb(16,99,29); }
H1.HeaderClassName
{
color: #10631D;
}
.AnyTagClassName
{
color: #10631D;
}
</style>
background-color css
<style>
a { background-color: #10631D; }
a { background-color: rgb(16,99,29); }
div.DivClassName
{
background-color: #10631D;
}
.BgClassName
{
background-color: #10631D;
}
</style>
border-color css
<style>
span { border-color: #10631D; }
span { border-color: rgb(16,99,29); }
td.TdClassName
{
border-color: #10631D;
}
.TagClassName
{
border-color: #10631D;
}
</style>