Shades of Crusoe #105C25
Tints of Crusoe #105C25
RGB
CMYK
RGB Variations
Color information
#105C25 (or 0x105C25) is known color: Crusoe. HEX triplet: 10, 5C and 25. RGB value is (16,92,37). Sum of RGB (Red+Green+Blue) = 16+92+37=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 92 (36.33% from 255 or 63.45% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 92 - color contains mainly: green. Hex color #105C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105C25 is #EFA3DA. Grayscale: #3F3F3F. Windows color (decimal): -15705051 or 2448400. OLE color: 2448400.
HSL color Cylindrical-coordinate representation of color #105C25: hue angle of 136.58º 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 #105C25 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 92 | 37 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.64 |
| HSL | 136.58º | 0.7% | 0.21% | - |
| HSV(B) | 136.58º | 0.83% | 0.36% | - |
| XYZ | 4.37 | 7.9 | 3.04 | - |
| YUV | 63.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 37 | 0.83 | 0 | 0.60 | 0.64 | 136.58 | 0.7 | 0.21 |
| Hex | 10 | 5C | 25 | 53 | 0 | 3C | 40 | 89 | 46 | 15 |
| Octal | 20 | 134 | 45 | 123 | 0 | 74 | 100 | 211 | 106 | 25 |
| Binary | 10000 | 1011100 | 100101 | 1010011 | 0 | 111100 | 1000000 | 10001001 | 1000110 | 10101 |
Color Harmonies of #105C25
Complementary color
Monochromatic Colors of #105C25
Black with #105C25
Text Example
Text Example
White with #105C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105C25; }
p { color: rgb(16,92,37); }
H1.HeaderClassName
{
color: #105C25;
}
.AnyTagClassName
{
color: #105C25;
}
</style>
background-color css
<style>
a { background-color: #105C25; }
a { background-color: rgb(16,92,37); }
div.DivClassName
{
background-color: #105C25;
}
.BgClassName
{
background-color: #105C25;
}
</style>
border-color css
<style>
span { border-color: #105C25; }
span { border-color: rgb(16,92,37); }
td.TdClassName
{
border-color: #105C25;
}
.TagClassName
{
border-color: #105C25;
}
</style>