Shades of Crusoe #105C32
Tints of Crusoe #105C32
RGB
CMYK
RGB Variations
Color information
#105C32 (or 0x105C32) is known color: Crusoe. HEX triplet: 10, 5C and 32. RGB value is (16,92,50). Sum of RGB (Red+Green+Blue) = 16+92+50=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 92 (36.33% from 255 or 58.23% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 92 - color contains mainly: green. Hex color #105C32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C32 is #EFA3CD. Grayscale: #404040. Windows color (decimal): -15705038 or 3300368. OLE color: 3300368.
HSL color Cylindrical-coordinate representation of color #105C32: hue angle of 146.84º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105C32 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 50 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.64 |
| HSL | 146.84º | 0.7% | 0.21% | - |
| HSV(B) | 146.84º | 0.83% | 0.36% | - |
| XYZ | 4.62 | 7.99 | 4.32 | - |
| YUV | 64.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 50 | 0.83 | 0 | 0.46 | 0.64 | 146.84 | 0.7 | 0.21 |
| Hex | 10 | 5C | 32 | 53 | 0 | 2E | 40 | 93 | 46 | 15 |
| Octal | 20 | 134 | 62 | 123 | 0 | 56 | 100 | 223 | 106 | 25 |
| Binary | 10000 | 1011100 | 110010 | 1010011 | 0 | 101110 | 1000000 | 10010011 | 1000110 | 10101 |
Color Harmonies of #105C32
Complementary color
Monochromatic Colors of #105C32
Black with #105C32
Text Example
Text Example
White with #105C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C32; }
p { color: rgb(16,92,50); }
H1.HeaderClassName
{
color: #105C32;
}
.AnyTagClassName
{
color: #105C32;
}
</style>
background-color css
<style>
a { background-color: #105C32; }
a { background-color: rgb(16,92,50); }
div.DivClassName
{
background-color: #105C32;
}
.BgClassName
{
background-color: #105C32;
}
</style>
border-color css
<style>
span { border-color: #105C32; }
span { border-color: rgb(16,92,50); }
td.TdClassName
{
border-color: #105C32;
}
.TagClassName
{
border-color: #105C32;
}
</style>