Shades of Crusoe #105A35
Tints of Crusoe #105A35
RGB
CMYK
RGB Variations
Color information
#105A35 (or 0x105A35) is known color: Crusoe. HEX triplet: 10, 5A and 35. RGB value is (16,90,53). Sum of RGB (Red+Green+Blue) = 16+90+53=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 90 (35.55% from 255 or 56.60% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 90 - color contains mainly: green. Hex color #105A35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A35 is #EFA5CA. Grayscale: #3F3F3F. Windows color (decimal): -15705547 or 3496464. OLE color: 3496464.
HSL color Cylindrical-coordinate representation of color #105A35: hue angle of 150º 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 #105A35 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 53 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.65 |
| HSL | 150º | 0.7% | 0.21% | - |
| HSV(B) | 150º | 0.82% | 0.35% | - |
| XYZ | 4.51 | 7.68 | 4.61 | - |
| YUV | 63.66 | 121.98 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 53 | 0.82 | 0 | 0.41 | 0.65 | 150 | 0.7 | 0.21 |
| Hex | 10 | 5A | 35 | 52 | 0 | 29 | 41 | 96 | 46 | 15 |
| Octal | 20 | 132 | 65 | 122 | 0 | 51 | 101 | 226 | 106 | 25 |
| Binary | 10000 | 1011010 | 110101 | 1010010 | 0 | 101001 | 1000001 | 10010110 | 1000110 | 10101 |
Color Harmonies of #105A35
Complementary color
Monochromatic Colors of #105A35
Black with #105A35
Text Example
Text Example
White with #105A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A35; }
p { color: rgb(16,90,53); }
H1.HeaderClassName
{
color: #105A35;
}
.AnyTagClassName
{
color: #105A35;
}
</style>
background-color css
<style>
a { background-color: #105A35; }
a { background-color: rgb(16,90,53); }
div.DivClassName
{
background-color: #105A35;
}
.BgClassName
{
background-color: #105A35;
}
</style>
border-color css
<style>
span { border-color: #105A35; }
span { border-color: rgb(16,90,53); }
td.TdClassName
{
border-color: #105A35;
}
.TagClassName
{
border-color: #105A35;
}
</style>