Shades of Crusoe #105B24
Tints of Crusoe #105B24
RGB
CMYK
RGB Variations
Color information
#105B24 (or 0x105B24) is known color: Crusoe. HEX triplet: 10, 5B and 24. RGB value is (16,91,36). Sum of RGB (Red+Green+Blue) = 16+91+36=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 91 (35.94% from 255 or 63.64% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 91 - color contains mainly: green. Hex color #105B24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105B24 is #EFA4DB. Grayscale: #3E3E3E. Windows color (decimal): -15705308 or 2382608. OLE color: 2382608.
HSL color Cylindrical-coordinate representation of color #105B24: hue angle of 136º 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 #105B24 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 91 | 36 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.64 |
| HSL | 136º | 0.7% | 0.21% | - |
| HSV(B) | 136º | 0.82% | 0.36% | - |
| XYZ | 4.27 | 7.72 | 2.93 | - |
| YUV | 62.31 | 113.15 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 36 | 0.82 | 0 | 0.60 | 0.64 | 136 | 0.7 | 0.21 |
| Hex | 10 | 5B | 24 | 52 | 0 | 3C | 40 | 88 | 46 | 15 |
| Octal | 20 | 133 | 44 | 122 | 0 | 74 | 100 | 210 | 106 | 25 |
| Binary | 10000 | 1011011 | 100100 | 1010010 | 0 | 111100 | 1000000 | 10001000 | 1000110 | 10101 |
Color Harmonies of #105B24
Complementary color
Monochromatic Colors of #105B24
Black with #105B24
Text Example
Text Example
White with #105B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105B24; }
p { color: rgb(16,91,36); }
H1.HeaderClassName
{
color: #105B24;
}
.AnyTagClassName
{
color: #105B24;
}
</style>
background-color css
<style>
a { background-color: #105B24; }
a { background-color: rgb(16,91,36); }
div.DivClassName
{
background-color: #105B24;
}
.BgClassName
{
background-color: #105B24;
}
</style>
border-color css
<style>
span { border-color: #105B24; }
span { border-color: rgb(16,91,36); }
td.TdClassName
{
border-color: #105B24;
}
.TagClassName
{
border-color: #105B24;
}
</style>