Shades of Crusoe #105F34
Tints of Crusoe #105F34
RGB
CMYK
RGB Variations
Color information
#105F34 (or 0x105F34) is known color: Crusoe. HEX triplet: 10, 5F and 34. RGB value is (16,95,52). Sum of RGB (Red+Green+Blue) = 16+95+52=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 95 (37.5% from 255 or 58.28% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 95 - color contains mainly: green. Hex color #105F34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105F34 is #EFA0CB. Grayscale: #424242. Windows color (decimal): -15704268 or 3432208. OLE color: 3432208.
HSL color Cylindrical-coordinate representation of color #105F34: hue angle of 147.34º 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 #105F34 is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 95 | 52 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.63 |
| HSL | 147.34º | 0.71% | 0.22% | - |
| HSV(B) | 147.34º | 0.83% | 0.37% | - |
| XYZ | 4.93 | 8.54 | 4.64 | - |
| YUV | 66.48 | 119.83 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 52 | 0.83 | 0 | 0.45 | 0.63 | 147.34 | 0.71 | 0.22 |
| Hex | 10 | 5F | 34 | 53 | 0 | 2D | 3F | 93 | 47 | 16 |
| Octal | 20 | 137 | 64 | 123 | 0 | 55 | 77 | 223 | 107 | 26 |
| Binary | 10000 | 1011111 | 110100 | 1010011 | 0 | 101101 | 111111 | 10010011 | 1000111 | 10110 |
Color Harmonies of #105F34
Complementary color
Monochromatic Colors of #105F34
Black with #105F34
Text Example
Text Example
White with #105F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105F34; }
p { color: rgb(16,95,52); }
H1.HeaderClassName
{
color: #105F34;
}
.AnyTagClassName
{
color: #105F34;
}
</style>
background-color css
<style>
a { background-color: #105F34; }
a { background-color: rgb(16,95,52); }
div.DivClassName
{
background-color: #105F34;
}
.BgClassName
{
background-color: #105F34;
}
</style>
border-color css
<style>
span { border-color: #105F34; }
span { border-color: rgb(16,95,52); }
td.TdClassName
{
border-color: #105F34;
}
.TagClassName
{
border-color: #105F34;
}
</style>