Shades of Crusoe #10581B
Tints of Crusoe #10581B
RGB
CMYK
RGB Variations
Color information
#10581B (or 0x10581B) is known color: Crusoe. HEX triplet: 10, 58 and 1B. RGB value is (16,88,27). Sum of RGB (Red+Green+Blue) = 16+88+27=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 88 (34.77% from 255 or 67.18% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 88 - color contains mainly: green. Hex color #10581B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10581B is #EFA7E4. Grayscale: #3B3B3B. Windows color (decimal): -15706085 or 1792016. OLE color: 1792016.
HSL color Cylindrical-coordinate representation of color #10581B: hue angle of 129.17º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10581B is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 88 | 27 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.65 |
| HSL | 129.17º | 0.69% | 0.2% | - |
| HSV(B) | 129.17º | 0.82% | 0.35% | - |
| XYZ | 3.9 | 7.17 | 2.21 | - |
| YUV | 59.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 27 | 0.82 | 0 | 0.69 | 0.65 | 129.17 | 0.69 | 0.2 |
| Hex | 10 | 58 | 1B | 52 | 0 | 45 | 41 | 81 | 45 | 14 |
| Octal | 20 | 130 | 33 | 122 | 0 | 105 | 101 | 201 | 105 | 24 |
| Binary | 10000 | 1011000 | 11011 | 1010010 | 0 | 1000101 | 1000001 | 10000001 | 1000101 | 10100 |
Color Harmonies of #10581B
Complementary color
Monochromatic Colors of #10581B
Black with #10581B
Text Example
Text Example
White with #10581B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10581B; }
p { color: rgb(16,88,27); }
H1.HeaderClassName
{
color: #10581B;
}
.AnyTagClassName
{
color: #10581B;
}
</style>
background-color css
<style>
a { background-color: #10581B; }
a { background-color: rgb(16,88,27); }
div.DivClassName
{
background-color: #10581B;
}
.BgClassName
{
background-color: #10581B;
}
</style>
border-color css
<style>
span { border-color: #10581B; }
span { border-color: rgb(16,88,27); }
td.TdClassName
{
border-color: #10581B;
}
.TagClassName
{
border-color: #10581B;
}
</style>