Shades of Crusoe #105F28
Tints of Crusoe #105F28
RGB
CMYK
RGB Variations
Color information
#105F28 (or 0x105F28) is known color: Crusoe. HEX triplet: 10, 5F and 28. RGB value is (16,95,40). Sum of RGB (Red+Green+Blue) = 16+95+40=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 95 (37.5% from 255 or 62.91% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 95 - color contains mainly: green. Hex color #105F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F28 is #EFA0D7. Grayscale: #414141. Windows color (decimal): -15704280 or 2645776. OLE color: 2645776.
HSL color Cylindrical-coordinate representation of color #105F28: hue angle of 138.23º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105F28 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 40 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.63 |
| HSL | 138.23º | 0.71% | 0.22% | - |
| HSV(B) | 138.23º | 0.83% | 0.37% | - |
| XYZ | 4.69 | 8.45 | 3.39 | - |
| YUV | 65.11 | 113.83 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 40 | 0.83 | 0 | 0.58 | 0.63 | 138.23 | 0.71 | 0.22 |
| Hex | 10 | 5F | 28 | 53 | 0 | 3A | 3F | 8A | 47 | 16 |
| Octal | 20 | 137 | 50 | 123 | 0 | 72 | 77 | 212 | 107 | 26 |
| Binary | 10000 | 1011111 | 101000 | 1010011 | 0 | 111010 | 111111 | 10001010 | 1000111 | 10110 |
Color Harmonies of #105F28
Complementary color
Monochromatic Colors of #105F28
Black with #105F28
Text Example
Text Example
White with #105F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F28; }
p { color: rgb(16,95,40); }
H1.HeaderClassName
{
color: #105F28;
}
.AnyTagClassName
{
color: #105F28;
}
</style>
background-color css
<style>
a { background-color: #105F28; }
a { background-color: rgb(16,95,40); }
div.DivClassName
{
background-color: #105F28;
}
.BgClassName
{
background-color: #105F28;
}
</style>
border-color css
<style>
span { border-color: #105F28; }
span { border-color: rgb(16,95,40); }
td.TdClassName
{
border-color: #105F28;
}
.TagClassName
{
border-color: #105F28;
}
</style>