Shades of Crusoe #105B2A
Tints of Crusoe #105B2A
RGB
CMYK
RGB Variations
Color information
#105B2A (or 0x105B2A) is known color: Crusoe. HEX triplet: 10, 5B and 2A. RGB value is (16,91,42). Sum of RGB (Red+Green+Blue) = 16+91+42=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 91 (35.94% from 255 or 61.07% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 91 - color contains mainly: green. Hex color #105B2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B2A is #EFA4D5. Grayscale: #3F3F3F. Windows color (decimal): -15705302 or 2775824. OLE color: 2775824.
HSL color Cylindrical-coordinate representation of color #105B2A: hue angle of 140.8º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105B2A is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 42 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.64 |
| HSL | 140.8º | 0.7% | 0.21% | - |
| HSV(B) | 140.8º | 0.82% | 0.36% | - |
| XYZ | 4.37 | 7.76 | 3.46 | - |
| YUV | 62.99 | 116.15 | 94.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 42 | 0.82 | 0 | 0.54 | 0.64 | 140.8 | 0.7 | 0.21 |
| Hex | 10 | 5B | 2A | 52 | 0 | 36 | 40 | 8D | 46 | 15 |
| Octal | 20 | 133 | 52 | 122 | 0 | 66 | 100 | 215 | 106 | 25 |
| Binary | 10000 | 1011011 | 101010 | 1010010 | 0 | 110110 | 1000000 | 10001101 | 1000110 | 10101 |
Color Harmonies of #105B2A
Complementary color
Monochromatic Colors of #105B2A
Black with #105B2A
Text Example
Text Example
White with #105B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B2A; }
p { color: rgb(16,91,42); }
H1.HeaderClassName
{
color: #105B2A;
}
.AnyTagClassName
{
color: #105B2A;
}
</style>
background-color css
<style>
a { background-color: #105B2A; }
a { background-color: rgb(16,91,42); }
div.DivClassName
{
background-color: #105B2A;
}
.BgClassName
{
background-color: #105B2A;
}
</style>
border-color css
<style>
span { border-color: #105B2A; }
span { border-color: rgb(16,91,42); }
td.TdClassName
{
border-color: #105B2A;
}
.TagClassName
{
border-color: #105B2A;
}
</style>