Shades of Crusoe #105A21
Tints of Crusoe #105A21
RGB
CMYK
RGB Variations
Color information
#105A21 (or 0x105A21) is known color: Crusoe. HEX triplet: 10, 5A and 21. RGB value is (16,90,33). Sum of RGB (Red+Green+Blue) = 16+90+33=139 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.51% from 139); Green value is 90 (35.55% from 255 or 64.75% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 90 - color contains mainly: green. Hex color #105A21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105A21 is #EFA5DE. Grayscale: #3D3D3D. Windows color (decimal): -15705567 or 2185744. OLE color: 2185744.
HSL color Cylindrical-coordinate representation of color #105A21: hue angle of 133.78º 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 #105A21 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 16 | 90 | 33 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.65 |
| HSL | 133.78º | 0.7% | 0.21% | - |
| HSV(B) | 133.78º | 0.82% | 0.35% | - |
| XYZ | 4.14 | 7.53 | 2.67 | - |
| YUV | 61.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 90 | 33 | 0.82 | 0 | 0.63 | 0.65 | 133.78 | 0.7 | 0.21 |
| Hex | 10 | 5A | 21 | 52 | 0 | 3F | 41 | 86 | 46 | 15 |
| Octal | 20 | 132 | 41 | 122 | 0 | 77 | 101 | 206 | 106 | 25 |
| Binary | 10000 | 1011010 | 100001 | 1010010 | 0 | 111111 | 1000001 | 10000110 | 1000110 | 10101 |
Color Harmonies of #105A21
Complementary color
Monochromatic Colors of #105A21
Black with #105A21
Text Example
Text Example
White with #105A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105A21; }
p { color: rgb(16,90,33); }
H1.HeaderClassName
{
color: #105A21;
}
.AnyTagClassName
{
color: #105A21;
}
</style>
background-color css
<style>
a { background-color: #105A21; }
a { background-color: rgb(16,90,33); }
div.DivClassName
{
background-color: #105A21;
}
.BgClassName
{
background-color: #105A21;
}
</style>
border-color css
<style>
span { border-color: #105A21; }
span { border-color: rgb(16,90,33); }
td.TdClassName
{
border-color: #105A21;
}
.TagClassName
{
border-color: #105A21;
}
</style>