Shades of Crusoe #105A20
Tints of Crusoe #105A20
RGB
CMYK
RGB Variations
Color information
#105A20 (or 0x105A20) is known color: Crusoe. HEX triplet: 10, 5A and 20. RGB value is (16,90,32). Sum of RGB (Red+Green+Blue) = 16+90+32=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 90 (35.55% from 255 or 65.22% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 90 - color contains mainly: green. Hex color #105A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A20 is #EFA5DF. Grayscale: #3D3D3D. Windows color (decimal): -15705568 or 2120208. OLE color: 2120208.
HSL color Cylindrical-coordinate representation of color #105A20: hue angle of 132.97º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #105A20 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 32 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.65 |
| HSL | 132.97º | 0.7% | 0.21% | - |
| HSV(B) | 132.97º | 0.82% | 0.35% | - |
| XYZ | 4.13 | 7.53 | 2.6 | - |
| YUV | 61.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 32 | 0.82 | 0 | 0.64 | 0.65 | 132.97 | 0.7 | 0.21 |
| Hex | 10 | 5A | 20 | 52 | 0 | 40 | 41 | 85 | 46 | 15 |
| Octal | 20 | 132 | 40 | 122 | 0 | 100 | 101 | 205 | 106 | 25 |
| Binary | 10000 | 1011010 | 100000 | 1010010 | 0 | 1000000 | 1000001 | 10000101 | 1000110 | 10101 |
Color Harmonies of #105A20
Complementary color
Monochromatic Colors of #105A20
Black with #105A20
Text Example
Text Example
White with #105A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A20; }
p { color: rgb(16,90,32); }
H1.HeaderClassName
{
color: #105A20;
}
.AnyTagClassName
{
color: #105A20;
}
</style>
background-color css
<style>
a { background-color: #105A20; }
a { background-color: rgb(16,90,32); }
div.DivClassName
{
background-color: #105A20;
}
.BgClassName
{
background-color: #105A20;
}
</style>
border-color css
<style>
span { border-color: #105A20; }
span { border-color: rgb(16,90,32); }
td.TdClassName
{
border-color: #105A20;
}
.TagClassName
{
border-color: #105A20;
}
</style>