Shades of Crusoe #105A1B
Tints of Crusoe #105A1B
RGB
CMYK
RGB Variations
Color information
#105A1B (or 0x105A1B) is known color: Crusoe. HEX triplet: 10, 5A and 1B. RGB value is (16,90,27). Sum of RGB (Red+Green+Blue) = 16+90+27=133 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.03% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #105A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A1B is #EFA5E4. Grayscale: #3C3C3C. Windows color (decimal): -15705573 or 1792528. OLE color: 1792528.
HSL color Cylindrical-coordinate representation of color #105A1B: hue angle of 128.92º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A1B is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 27 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.65 |
| HSL | 128.92º | 0.7% | 0.21% | - |
| HSV(B) | 128.92º | 0.82% | 0.35% | - |
| XYZ | 4.07 | 7.5 | 2.27 | - |
| YUV | 60.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 27 | 0.82 | 0 | 0.70 | 0.65 | 128.92 | 0.7 | 0.21 |
| Hex | 10 | 5A | 1B | 52 | 0 | 46 | 41 | 81 | 46 | 15 |
| Octal | 20 | 132 | 33 | 122 | 0 | 106 | 101 | 201 | 106 | 25 |
| Binary | 10000 | 1011010 | 11011 | 1010010 | 0 | 1000110 | 1000001 | 10000001 | 1000110 | 10101 |
Color Harmonies of #105A1B
Complementary color
Monochromatic Colors of #105A1B
Black with #105A1B
Text Example
Text Example
White with #105A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A1B; }
p { color: rgb(16,90,27); }
H1.HeaderClassName
{
color: #105A1B;
}
.AnyTagClassName
{
color: #105A1B;
}
</style>
background-color css
<style>
a { background-color: #105A1B; }
a { background-color: rgb(16,90,27); }
div.DivClassName
{
background-color: #105A1B;
}
.BgClassName
{
background-color: #105A1B;
}
</style>
border-color css
<style>
span { border-color: #105A1B; }
span { border-color: rgb(16,90,27); }
td.TdClassName
{
border-color: #105A1B;
}
.TagClassName
{
border-color: #105A1B;
}
</style>