Shades of Crusoe #105F32
Tints of Crusoe #105F32
RGB
CMYK
RGB Variations
Color information
#105F32 (or 0x105F32) is known color: Crusoe. HEX triplet: 10, 5F and 32. RGB value is (16,95,50). Sum of RGB (Red+Green+Blue) = 16+95+50=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 95 (37.5% from 255 or 59.01% from 161); Blue value is 50 (19.92% from 255 or 31.06% from 161); Max value from RGB is 95 - color contains mainly: green. Hex color #105F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F32 is #EFA0CD. Grayscale: #424242. Windows color (decimal): -15704270 or 3301136. OLE color: 3301136.
HSL color Cylindrical-coordinate representation of color #105F32: hue angle of 145.82º 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 #105F32 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 50 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.63 |
| HSL | 145.82º | 0.71% | 0.22% | - |
| HSV(B) | 145.82º | 0.83% | 0.37% | - |
| XYZ | 4.88 | 8.52 | 4.41 | - |
| YUV | 66.25 | 118.83 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 50 | 0.83 | 0 | 0.47 | 0.63 | 145.82 | 0.71 | 0.22 |
| Hex | 10 | 5F | 32 | 53 | 0 | 2F | 3F | 92 | 47 | 16 |
| Octal | 20 | 137 | 62 | 123 | 0 | 57 | 77 | 222 | 107 | 26 |
| Binary | 10000 | 1011111 | 110010 | 1010011 | 0 | 101111 | 111111 | 10010010 | 1000111 | 10110 |
Color Harmonies of #105F32
Complementary color
Monochromatic Colors of #105F32
Black with #105F32
Text Example
Text Example
White with #105F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F32; }
p { color: rgb(16,95,50); }
H1.HeaderClassName
{
color: #105F32;
}
.AnyTagClassName
{
color: #105F32;
}
</style>
background-color css
<style>
a { background-color: #105F32; }
a { background-color: rgb(16,95,50); }
div.DivClassName
{
background-color: #105F32;
}
.BgClassName
{
background-color: #105F32;
}
</style>
border-color css
<style>
span { border-color: #105F32; }
span { border-color: rgb(16,95,50); }
td.TdClassName
{
border-color: #105F32;
}
.TagClassName
{
border-color: #105F32;
}
</style>